claude mcp add discourse-mcp -- npx -y @discourse/mcp
{
"mcpServers": {
"discourse-mcp": {
"command": "npx",
"args": ["-y", "@discourse/mcp"]
}
}
}
{
"mcpServers": {
"discourse-mcp": {
"command": "npx",
"args": ["-y", "@discourse/mcp"]
}
}
}
{
"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.