Skip to content
VS Code

bored mcp for VS Code

io.github.mrfentmen/bored-mcp

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

client:VS Code transport:stdio runtime:npm

Install bored mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bored mcp in other clients