@A
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 .
Transport:
stdio
Language: 
Created: 3/10/2025
Updated: 5/6/2026
Recommend MCP Servers 💡
HackerMCP
R3verseIN
A module enabling AI assistants to access penetration testing and security tools via MCP
2025-04-23
markdownify-mcp
zcaceres
A Model Context Protocol server for converting almost anything to Markdown
2024-12-18
bundler_mcp
subelsky
A Model Context Protocol (MCP) server enabling AI agents to query information about gems in a Ruby project's Gemfile, including source code and metadata.
2025-04-18
@pyroprompts/any-chat-completions-mcp
pyroprompts
MCP Server for using any LLM as a Tool
2025-07-23
@bharathvaj/whois-mcp
bharathvaj-ganesan
MCP Server for whois lookups, allowing AI agents to perform domain, IP, ASN whois queries
2025-03-05
kill-process-mcp
misiektoja
AI-powered cross-platform MCP server exposing LLM-accessible tools to list and terminate OS processes via natural language queries
2025-07-01