Back to MCP Servers
Discourse
Official Discourse MCP server for forum integration. Search topics, read posts, manage categories and tags, discover users, and interact with Discourse communities.
communicationgo
By discourse
Installation
npx -y discourse-mcpConfiguration
{
"mcpServers": {
"discourse-mcp": {
"command": "npx",
"args": ["-y", "discourse-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes