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
An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions...
An implementation of Giphy integration with Model Context Protocol
Model Context Protocol server for DeepSeek's advanced language models
Tiny MCP server with cryptography tools, sufficient to establish end-to-end encryption between LLM agents
MCP Server to interact with Google Gsuite prodcuts
Sample MCP Server for Dify AI
A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail,...
mcp webhook
飞书MCP服务器,用于通过MCP协议向飞书发送消息
MCP Server for Gmail and Calendar
🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context...
Google Calendar MCP server for Claude Desktop integration





