Skip to content
Cursor

ron swanson mcp for Cursor

io.github.mrfentmen/ron-swanson-mcp

Ron Swanson quotes from the Ron Swanson Quotes API. No key required.

client:Cursor transport:stdio runtime:npm

Install ron swanson mcp in Cursor

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

{
  "mcpServers": {
    "ron-swanson-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ron-swanson-mcp"
      ]
    }
  }
}

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

ron swanson mcp in other clients