Skip to content
Cursor

Example MCP Server for Cursor

io.github.mctx-ai/example-mcp-server

Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc

client:Cursor transport:sse

Install Example MCP Server in Cursor

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

{
  "mcpServers": {
    "example-mcp-server": {
      "url": "https://example-mcp-server.mctx.ai/v1.3.2"
    }
  }
}

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

Example MCP Server in other clients