Skip to content
Cursor

allmcps server for Cursor

io.github.jackalope-dev/allmcps-server

Search, browse, and submit MCP servers to the AllMCPs.com directory.

client:Cursor transport:stdio runtime:npm

Install allmcps server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "allmcps-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "allmcps-server"
      ],
      "env": {
        "ALLMCPS_MCP_URL": "<ALLMCPS_MCP_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

allmcps server in other clients