{
  "markdown": "# Website Toolbox MCP\n\nChat 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](https://claude.ai), [Cursor](https://cursor.com), or [Hermes Agent](https://github.com/nousresearch/hermes-agent).\n\n## Install in Claude Desktop\n\n1. Open [Claude Desktop](https://claude.ai/download). If you don't have it, download it first.\n2. [Download the .mcpb bundle](https://github.com/webtoolbox/websitetoolbox-mcp/releases/latest/download/websitetoolbox-mcp.mcpb).\n3. In Claude Desktop, go to **Settings** (click your name at the bottom left, then the gear icon), then click **Extensions** in the left sidebar.\n4. Click **Install from file** and select the downloaded `.mcpb` file.\n5. When prompted, enter your forum's [API key](https://www.websitetoolbox.com/support/getting-your-api-key-252). You can find it in your forum's admin area under **Integrate → API**.\n6. Start a new conversation and ask something about your forum!\n\n## Features\n\n| Resource | Tools |\n|---|---|\n| **Categories** | list, get, create, update, delete, list permissions, update permissions |\n| **Topics** | list, get, create, update, delete |\n| **Posts** | list, get, create, update, delete |\n| **Users** | list, get, create, update, delete, follow topics, unfollow topics |\n| **User Groups** | list, get, create, update, delete, add users, remove users |\n| **Conversations** | list, get, create, delete |\n| **Messages** | list, get, create |\n| **Moderators** | list, get, create, update, delete |\n| **Tags** | list |\n| **Page Views** | list |\n\n---\n\n## For developers\n\n### Prerequisites\n\n- Node.js ≥ 18\n\n### Install\n\n#### From npm\n\n```bash\nnpm install -g websitetoolbox-mcp\n```\n\n#### From source\n\n```bash\ngit clone https://github.com/webtoolbox/websitetoolbox-mcp\ncd websitetoolbox-mcp\nnpm install\nnpm run build\n```\n\n### Configure\n\n1. **Get your [API key](https://www.websitetoolbox.com/support/getting-your-api-key-252)** from your forum's **Integrate → API** settings.\n\n2. **Set it as an environment variable:**\n\n```bash\nexport WEBSITETOOLBOX_API_KEY=\"your-api-key\"\n```\n\n   On **Windows**:\n\n   ```cmd\n   set WEBSITETOOLBOX_API_KEY=your-api-key\n   ```\n\n   Or create a `.env` file (copy `.env.example` to `.env` and fill in your key).\n\n3. **Optional** — act as a specific user:\n\n   ```bash\n   export WEBSITETOOLBOX_USERNAME=\"admin\"\n   export WEBSITETOOLBOX_EMAIL=\"admin@example.com\"\n   ```\n\n### Claude Desktop (manual config)\n\nAdd to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"websitetoolbox\": {\n      \"command\": \"npx\",\n      \"args\": [\"websitetoolbox-mcp\"],\n      \"env\": {\n        \"WEBSITETOOLBOX_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\n### Other MCP clients\n\nRun the server on stdio:\n\n```bash\nnpx websitetoolbox-mcp\n```\n\n### API Reference\n\nThis MCP server wraps the [Website Toolbox REST API](https://www.websitetoolbox.com/docs/api/). See the full API documentation at [https://www.websitetoolbox.com/docs/api/](https://www.websitetoolbox.com/docs/api/) or the [API Documentation](https://www.websitetoolbox.com/support/api-documentation-663) support article for details on authentication, endpoints, and rate limits.\n\n## License\n\nMIT\n",
  "bytes": 3317,
  "sha": "5e4ac6936c22d2adeef8ddcd5f1563491859d24aea59eee2b106a9b9c4aec4b0",
  "repo_slug": "webtoolbox/websitetoolbox-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_webtoolbox_websitetoolbox_mcp_5eae7835/readme"
}