mcpbeat Sign in

Discourse MCP Server

by discourse Your server? Claim it
local only

Discourse runs on your own machine — the client starts it, so there is no endpoint to ping. 2 380 installs a week from npm. Last commit 25 Aug 2026.

Discourse MCP CLI server (stdio) exposing Discourse tools via MCP

Installs per day peak 781 · avg 446 · +0% w/w
a month agotoday
2 380
Installs / week
npm · @discourse/mcp
76
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Discourse every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @discourse/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@discourse/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@discourse/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@discourse/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@discourse/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Discourse

same job, measured the same way
Discourse MCP Extended
by devzspy

Discourse MCP server (stdio) with review-queue tools added. Fork of @discourse/mcp.

36 installs/wk local only
ROOT MCP Server
by omazapa

ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).

local only
Loki Mode
by asklokesh

Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.

9 192 installs/wk local only
C
Clihub
by clihub

Convert any CLI binary to an MCP server via `ch mcp wrap`; discover CLI tools & recipes.

35 installs/wk local only
MCP Mysql Connector
by daedalus

MCP server exposing MySQL database functionalities as tools

70 installs/wk local only
Rlg MCP
by sebastienrousseau

MCP server exposing rlg log streams to LLM agents via JSON-RPC 2.0 over stdio.

local only
Codex MCP Go
by w31r4

MCP server wrapping Codex CLI for stdio-based tool calls.

60 installs/wk local only
I
Feedlio
by itechsoftsolution16

Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.

136 installs/wk local only

Discourse — questions

Answers built from our own checks of this server.

Why is there no uptime for Discourse?
Discourse runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @discourse/mcp was installed 2 380 times last week.
How do I connect Discourse?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @discourse/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Discourse?
The npm package @discourse/mcp was installed 2 380 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Discourse open source?
Yes — it is published under the MIT licence, written in TypeScript and 76 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.