@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: 3/21/2026
Recommend MCP Servers 💡
mcp-access-point
sxhxliang
Turn a web server into an MCP server in one click without making any code changes.
2025-04-06
streamable
ExternalAttacker-MCP
MorDavid
An MCP server for external attack surface management that provides automated scanning capabilities via a natural language interface
2025-04-06
apiweaver
GongRzhe
APIWeaver is a FastMCP server that dynamically creates MCP servers from web API configurations, enabling AI assistants to integrate with any REST API, GraphQL endpoint, or web service.
2025-04-14
cs2-rcon-mcp
v9rt3x
An MCP server for managing CS2 game servers via RCON with natural language commands
2025-04-16
sse
anki-mcp
ujisati
the best anki mcp
2025-07-23
mcp-simple-timeserver
andybrandt
Simple solution to give Claude ability to check current time via MCP
2025-07-23