MCP.so
登录

websitetoolbox-mcp

@webtoolbox

关于 websitetoolbox-mcp

MCP server for Website Toolbox forum — exposes Categories, Topics, Posts, Users, and more via the Forum REST API

基本信息

分类

其他

运行时

node

发布者

webtoolbox

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is websitetoolbox-mcp?

The websitetoolbox-mcp server lets you manage categories, topics, posts, users, and more through any MCP-compatible AI tool (e.g., Claude Desktop, Cursor, Hermes Agent). It wraps the Website Toolbox REST API, enabling natural‑language interaction with your forum.

How to use websitetoolbox-mcp?

Install via the .mcpb bundle in Claude Desktop or globally from npm (npm install -g websitetoolbox-mcp). Set the WEBSITETOOLBOX_API_KEY environment variable to your forum’s API key. Optionally configure WEBSITETOOLBOX_USERNAME and WEBSITETOOLBOX_EMAIL to act as a specific user. Then start a conversation in Claude Desktop or run the server with npx websitetoolbox-mcp.

Key features of websitetoolbox-mcp

  • Manage categories: CRUD and permission operations
  • Manage topics: list, get, create, update, delete
  • Manage posts: list, get, create, update, delete
  • Manage users: CRUD and follow/unfollow topics
  • Manage user groups: CRUD and add/remove members
  • Manage conversations, messages, and moderators

Use cases of websitetoolbox-mcp

  • Use AI to answer forum questions by searching topics and posts
  • Automate content moderation (delete inappropriate posts, update categories)
  • Generate community reports by listing page views and recent activity
  • Bulk‑update user groups or add moderators through natural‑language commands
  • Create announcements or welcome topics automatically via AI prompts

FAQ from websitetoolbox-mcp

How do I get an API key for my forum?

Your API key is available in the forum’s admin area under Integrate → API. The exact steps are described in the support article linked in the README.

What are the runtime requirements for websitetoolbox-mcp?

If you install from npm or source, Node.js 18 or later is required. The server runs via stdio and is compatible with any MCP client.

Can I perform actions as a specific forum user?

Yes. Set the WEBSITETOOLBOX_USERNAME and WEBSITETOOLBOX_EMAIL environment variables to act as that user. If omitted, actions default to the API key’s owner.

What transport does the server use?

The server communicates over stdio, which is the

评论

其他 分类下的更多 MCP 服务器