Get started with 1 Server
Replace dozens of MCP server configs with a single entry. Five steps, five minutes, and you're done.
Before & After
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": { "GITHUB_TOKEN": "ghp_xxxx..." }
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path"]
},
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"],
"env": { "SLACK_TOKEN": "xoxb-xxxx..." }
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": { "BRAVE_API_KEY": "BSA_xxxx..." }
}
}
}{
"mcpServers": {
"1server": {
"command": "npx",
"args": ["-y", "1server-mcp-engine"],
"env": {
"ONESERVER_API_KEY": "your-api-key"
}
}
}
}5 servers, ~30 lines of config → 1 config entry, 8 lines. That's it.
Step by step
- 1
- 2
Browse the marketplace
Find MCP servers for GitHub, Slack, databases, file systems, and hundreds more. Filter by category, search by name.
Browse Marketplace - 3
Install servers with one click
Configure environment variables in a quick drawer. No terminal commands, no config file editing. Your installations are saved to the cloud.
- 4
Generate your API key
Create an API key from your dashboard. You'll need this for the engine config in the next step.
Go to API Keys - 5
Add one config to your MCP client
Replace all your individual server configs with a single entry. Pick your client below.
macOS/Linux:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonclaude_desktop_config.json{ "mcpServers": { "1server": { "command": "npx", "args": [ "-y", "1server-mcp-engine" ], "env": { "ONESERVER_API_KEY": "your-api-key" } } } }Replace
your-api-keywith the API key from your dashboard.
Built-in tools
Manage servers from your AI chat
The engine comes with 5 built-in tools. Search the marketplace, install servers, configure secrets, and uninstall — all without leaving your conversation.
SLACK_TOKEN. Want me to install it?Ready to simplify your MCP setup?
One config. Every tool. Managed from the cloud.