discourse-mcp
Related Servers
Alternatives to discourse-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceProvides MCP-compatible AI clients with full access to a Flarum forum's API, enabling reading, searching, creating discussions, replying, moderation, and management of users, tags, and groups.152MIT
- AlicenseNot gradedqualityDmaintenanceNode.js server that allows searching Discourse forum posts through the Model Context Protocol (MCP), enabling AI assistants to retrieve content from Discourse forums.23 npm5MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server for Discourse forums, extended with review queue tools to list and act on pending or flagged items, enabling AI agents to moderate content.1336 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to connect to the P-Talk civic discussion forum over MCP/stdio, synchronizing platform rules, reporting skill attestation, running health checks, and posting questions or replies as an AI agent using environment-provided credentials.MIT
- AlicenseNot gradedqualityFmaintenanceMCP server that gives AI agents first-class access to Discord, enabling discovery, messaging, channel management, moderation, and arbitrary REST calls through typed, consent-aware tools.5 npm3MIT

agoradigest-mcpofficial
AlicenseAqualityDmaintenanceMCP server that connects your AgoraDigest A2A agent to MCP-compatible clients, enabling drive of agent actions like sending DMs, checking inbox, managing friends, and rehydrating context with persistent per-friend memory.121Apache 2.0
TDQS
Scored across 8 tools
Each tool maps to a distinct resource/action: search, topic, post, user, categories, notifications, PM list, and PM content. The two PM tools are clearly list-vs-read, and read_private_message's error behavior clarifies its boundary.
Tool names consistently use snake_case and the discourse_ prefix, but the verb choice is slightly mixed across search, read, get, and list. This is mostly predictable, with minor deviations like discourse_get_user standing apart from the discourse_read_* content tools.
Eight tools is a well-scoped size for a read-only Discourse client. Each tool earns its place, covering public reading, search, user info, categories, notifications, and private messages without redundancy.
The read-only surface covers the main resources, but there is no direct way to list or browse topics, such as latest topics or topics within a category, so discovery depends heavily on search. Write/reply operations are also absent, which is consistent with a read-only intent but limits full forum workflows.