🛠️

mcp

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

Developer Tools stdio npm npmstdiodiscourse
RUN IN TERMINAL
claude mcp add discourse-mcp -- npx -y @discourse/mcp
ADD TO claude_desktop_config.json
{ "mcpServers": { "discourse-mcp": { "command": "npx", "args": ["-y", "@discourse/mcp"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "discourse-mcp": { "command": "npx", "args": ["-y", "@discourse/mcp"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "discourse-mcp": { "command": "npx", "args": ["-y", "@discourse/mcp"] } } }

About This MCP Server

The Model Context Protocol server is a developer tool that exposes Discourse tools via the Model Context Protocol, allowing for interaction with Discourse through standard input/output. It is available as a package on npm and can be connected to using stdio, providing a way to access Discourse functionality programmatically. Developers would use this server when they need to integrate Discourse tools into their workflow or application, enabling them to leverage the capabilities of Discourse through a standardized protocol.

Discourse MCP CLI server (stdio) exposing Discourse tools via MCP. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.

Package

@discourse/mcp on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The mcp server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/discourse-mcp.svg)](https://skillsplayground.com/mcps/discourse-mcp/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.