Skip to content
Cursor

Everything for Cursor

io.github.modelcontextprotocol/server-everything

Reference test server that exercises every MCP feature: tools, resources, prompts, sampling, logging and progress. Useful for testing clients, not for production.

client:Cursor transport:stdio runtime:npm tools:8

Install Everything in Cursor

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

{
  "mcpServers": {
    "server-everything": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everything"
      ]
    }
  }
}

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

What Cursor can do once it is connected

Everything in other clients