The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Websitetoolbox MCP listing page.
Chat with your forum using AI. The Website Toolbox MCP server lets you manage categories, topics, posts, users, and more through any MCP-compatible AI tool like Claude Desktop, Cursor, or Hermes Agent.
.mcpb file.| Resource | Tools |
|---|---|
| Categories | list, get, create, update, delete, list permissions, update permissions |
| Topics | list, get, create, update, delete |
| Posts | list, get, create, update, delete |
| Users | list, get, create, update, delete, follow topics, unfollow topics |
| User Groups | list, get, create, update, delete, add users, remove users |
| Conversations | list, get, create, delete |
| Messages | list, get, create |
| Moderators | list, get, create, update, delete |
| Tags | list |
| Page Views | list |
Get your API key from your forum's Integrate → API settings.
Set it as an environment variable:
On Windows:
Or create a .env file (copy .env.example to .env and fill in your key).
Optional — act as a specific user:
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
Run the server on stdio:
This MCP server wraps the Website Toolbox REST API. See the full API documentation at https://www.websitetoolbox.com/docs/api/ or the API Documentation support article for details on authentication, endpoints, and rate limits.
MIT