Skip to content
Cursor

websitetoolbox mcp for Cursor

io.github.webtoolbox/websitetoolbox-mcp

Community forum management — posts, users, search, and moderation via the Website Toolbox API.

client:Cursor transport:stdio runtime:npm

Install websitetoolbox mcp in Cursor

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

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

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

websitetoolbox mcp in other clients