5-minute setup

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

Before~30 lines
{
  "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..." }
    }
  }
}
After — with 1 Server8 lines
{
  "mcpServers": {
    "1server": {
      "command": "npx",
      "args": ["-y", "1server-mcp-engine"],
      "env": {
        "ONESERVER_API_KEY": "your-api-key"
      }
    }
  }
}

5 servers, ~30 lines of config1 config entry, 8 lines. That's it.

Step by step

  1. 1

    Create your account

    Sign up for free in seconds. No credit card required.

    Create Account
  2. 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. 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. 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. 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.json

    Windows: %APPDATA%\Claude\claude_desktop_config.json

    claude_desktop_config.json
    {
      "mcpServers": {
        "1server": {
          "command": "npx",
          "args": [
            "-y",
            "1server-mcp-engine"
          ],
          "env": {
            "ONESERVER_API_KEY": "your-api-key"
          }
        }
      }
    }

    Replace your-api-key with 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.

list_serverssearch_serversinstall_serveruninstall_serverlist_secrets
AI Chat
Find me a Slack MCP server
used search_serversI found slack-mcp by Anthropic — 2,340 installs. It requires a SLACK_TOKEN. Want me to install it?
Yes, use my saved Slack token
used install_serverDone! Installed slack-mcp with your saved secret. Restart your client to use the new Slack tools.
AI Chat
What servers do I have installed?
used list_serversYou have 4 servers: github-mcp, slack-mcp, memory, and brave-search. All running.
Remove brave-search, I don't use it
used uninstall_serverUninstalled brave-search. You're down to 3 servers now.
AI Chat
What secrets do I have saved?
used list_secretsYou have 3 secrets: GitHub-Token, Slack-Bot-Token, and Bright-Data-Key. I can use any of these when installing a server.

Ready to simplify your MCP setup?

One config. Every tool. Managed from the cloud.