discourse/discourse-mcp
Overview
Official Discourse MCP server for forum integration, enabling topic search, post reading, category/tag management, user discovery, and community interaction.
Capabilities
- • stdio transport support
- • network transport options
- • resource handlers
- • authentication support
- • mcp client integration
Best For
Discourse MCP server: Integrate forums with topic search, post management, and community interaction features.
Decision Snapshot
Install
available
Usage
available
Config
4 strong hints
Capabilities
5 key capabilities detected
- • GitHub stars: 52
- • Forks: 29
- • Source provenance count: 1
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/14/2026
- • Published: 3/17/2026
Installation / Setup
npx -y @discourse/mcp@latest
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Final parameters should follow the tool's official setup documentation.
{
"mcpServers": {
"discourse-mcp": {
"command": "npx",
"args": [
"-y",
"@discourse/mcp@latest"
]
}
}
}Usage
npx -y @discourse/mcp@latest
Features
- • **Admin API Keys** (api_key + api_username)
- • Require admin/moderator permissions to generate
- • Created via Admin Panel → API → New API Key
- • Can perform all operations including user/category creation
- • Use headers: Api-Key and Api-Username
- • **User API Keys** (user_api_key + optional user_api_client_id)
- • Can be generated by any user (no admin required)
- • User-specific permissions and rate limits
Use Cases
- • Supports capabilities such as: stdio transport support; network transport options; resource handlers.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • stdio transport support
- • network transport options
- • resource handlers
- • authentication support
- • mcp client integration
Prompt Examples
example
• npx -y @discourse/mcp@latest
Notes / Requirements
- • Primary language: TypeScript
- • License: MIT
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: research
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
entire-vc/evc-spark-mcp
A tool for searching and discovering AI agents, skills, prompts, bundles, and MCP connectors from a curated catalog of 4500+ assets.
nihalxkumar/arch-mcp
An MCP server for Arch Linux that integrates with the Arch Wiki, AUR, and official repositories, providing AI-assisted features like package search, info, updates, secure installation, and PKGBUILD analysis for Arch and non-Arch systems.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.