particlefuture/1mcpserver
Platform-specific configuration:
{
"mcpServers": {
"1mcpserver": {
"command": "npx",
"args": [
"-y",
"1mcpserver"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://mcp.1mcpserver.com/)
> MCP of MCPs — automatically discover and configure MCP servers on your machine (remote or local).
After setup, you can usually just say:
> “I want to perform . Call the deep_search tool and follow the outlined steps.”
The goal is that you only install this MCP server, and it handles the rest (searching servers, selecting servers, configuring servers, etc.).
Choose one of the following:
Use the hosted endpoint (recommended for the simplest setup).
Docs + guided setup: https://mcp.1mcpserver.com/
Add the following entry to your client config file:
./.cursor/mcp.json./gemini/settings.json (see Gemini docs)~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.codex/config.toml%USERPROFILE%\.codex\config.tomlRemote config (JSON):
{
"mcpServers": {
"1mcpserver": {
"url": "https://mcp.1mcpserver.com/mcp/",
"headers": {
"Accept": "text/event-stream",
"Cache-Control": "no-cache"
}
}
}
}If you already have other servers configured, just merge this entry under mcpServers For example:
{
"mcpServers": {
"1mcpserver": {
"url": "https://mcp.1mcpserver.com/mcp/",
"headers": {
"Accept": "text/event-stream",
"Cache-Control": "no-cache"
}
}Loading reviews...