Discourse MCP Server
Rank #6,445io.github.discourse/mcp
Discourse MCP CLI server (stdio) exposing Discourse tools via MCP
Discourse MCP Server is a Model Context Protocol (MCP) server published by discourse. It ranks #6,445 of 115,460 servers tracked on MCP Toplist, and its repository has 74 GitHub stars. Discourse MCP Server is listed across 2 registries — Official MCP and Glama, with 12 tracked versions. It was first listed on Sep 1, 2025 and most recently updated on Aug 25, 2026.
Ranks ahead of 109,015 of 115,460 servers on MCP Toplist.
Use Discourse MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add discourse -- npx -y @discourse/mcp[mcp_servers.discourse]
command = "npx"
args = ["-y", "@discourse/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"discourse": {
"command": "npx",
"args": [
"-y",
"@discourse/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"discourse": {
"command": "npx",
"args": [
"-y",
"@discourse/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"discourse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@discourse/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"discourse": {
"command": "npx",
"args": [
"-y",
"@discourse/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"discourse": {
"command": "npx",
"args": [
"-y",
"@discourse/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.discourse%2Fmcp)<a href="https://mcptoplist.com/server/io.github.discourse%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.discourse%2Fmcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
discourse
Available versions (12)
| Version | Published |
|---|---|
| 0.3.1 | Aug 25, 2026 |
| 0.3.0 | Aug 21, 2026 |
| 0.2.8 | May 11, 2026 |
| 0.2.7 | Apr 1, 2026 |
| 0.2.6 | Mar 4, 2026 |
| 0.2.5 | Feb 6, 2026 |
| 0.2.4 | Jan 20, 2026 |
| 0.2.3 | Jan 15, 2026 |
| 0.2.2 | Jan 14, 2026 |
| 0.2.1 | Jan 14, 2026 |
| 0.1.17 | Jan 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Discourse MCP Server?
- Discourse MCP Server is maintained by discourse, which publishes 5 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Discourse MCP Server listed on the Official MCP Registry?
- Yes — Discourse MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Discourse MCP Server have?
- MCP Toplist tracks 12 versions of Discourse MCP Server, most recently published on Aug 25, 2026.
- Where can I find the source code for Discourse MCP Server?
- The source code for Discourse MCP Server is hosted at github.com/discourse/discourse-mcp.