PluginBench
MCP Server
Active
MIT

io.github.oneprofile-dev/mcp-launcher MCP Server

io.github.oneprofile-dev/mcp-launcher

What is the io.github.oneprofile-dev/mcp-launcher MCP server?

Single MCP hub: discover, add, audit, and govern MCP servers across every AI client.

How to install io.github.oneprofile-dev/mcp-launcher

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CURATOR_API_URL

    Override the CuratedMCP API base URL (defaults to https://www.curatedmcp.com). Only needed for local development against a different deployment.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-launcher": {
      "command": "npx",
      "args": [
        "-y",
        "curatedmcp"
      ],
      "env": {
        "CURATOR_API_URL": "<YOUR_CURATOR_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-launcher": {
      "command": "npx",
      "args": [
        "-y",
        "curatedmcp"
      ],
      "env": {
        "CURATOR_API_URL": "<YOUR_CURATOR_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-launcher": {
      "command": "npx",
      "args": [
        "-y",
        "curatedmcp"
      ],
      "env": {
        "CURATOR_API_URL": "<YOUR_CURATOR_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-launcher": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "curatedmcp"
      ],
      "env": {
        "CURATOR_API_URL": "<YOUR_CURATOR_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-launcher --env CURATOR_API_URL=<YOUR_CURATOR_API_URL> -- npx -y curatedmcp

Related MCP servers

Search the CuratedMCP catalog of risk-classified MCP servers and check verification status.

0
JavaScript
MIT
View repository →