Clients

Use 1Server in every MCP client.

One config. Every server in your marketplace. Same install across Claude Desktop, Cursor, VS Code, Windsurf, and every other tool that speaks MCP.

Pick your AI tool.

Same install. Same vault. Same servers across every client.

Don’t see your client?

1Server runs as a standard MCP server. Any client that follows the spec can use it - paste this mcpServers block into your config.

mcp.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.

One install. Every client you use.

Free. No credit card.