Discourse MCP Server
Node.js server implementing Model Context Protocol (MCP) for Discourse search operation.
Features
- Search Posts on a Discourse forum using MCP protocol.
API
Tools
- search_posts
- Search posts on a Discourse forum
- Input:
query(string) - Returns an array of post objects
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
Docker
{
"mcpServers": {
"discourse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e", "DISCOURSE_API_URL=https://try.discourse.org",
"-e", "DISCOURSE_API_KEY=1234",
"-e", "DISCOURSE_API_USERNAME=ash",
"ashdev/discourse-mcp-server"
]
}
}
}
NPX
{
"mcpServers": {
"discourse": {
"command": "npx",
"args": [
"-y",
"@ashdev/discourse-mcp-server"
],
"env": {
"DISCOURSE_API_URL": "https://try.discourse.org",
"DISCOURSE_API_KEY": "1234",
"DISCOURSE_API_USERNAME": "ash"
}
}
}
}
Build
Docker build:
docker build -t ashdev/discourse-mcp-server .
Discourse MCP Server
Project Details
- AshDevFr/discourse-mcp-server
- MIT License
- Last Updated: 4/16/2025
Categories
Recomended MCP Servers
ClaudePost enables seamless email management through natural language conversations with Claude, offering secure features like email search, reading,...
A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
The official ElevenLabs MCP server
MCP for https://votars.ai
MCP server implementation for Telegram
MCP Server implementation for Ableton Live OSC control
PhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS...
Query and Summarize your chat messages.
A MCP implementation for sending notifications via Pushover
AI personal assistant for email. Open source app to help you reach inbox zero fast.





