Skip to content
Cursor

bored mcp for Cursor

io.github.mrfentmen/bored-mcp

Bored API activity suggestions: random activities, filter by type and participants.

client:Cursor transport:stdio runtime:npm

Install bored mcp in Cursor

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

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

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

bored mcp in other clients