A

Ashdevfr Discourse MCP Server

A Discourse forum search service based on Node.js that implements the MCP protocol to provide post search functionality
2 points
9

What is the Discourse MCP Server?

This is a Node.js-based server that implements the Model Context Protocol (MCP). It is specifically designed to search for post content on the Discourse forum. It provides a standardized search interface for AI tools such as Claude.

How to use the Discourse MCP Server?

You can run the service directly through a Docker container or NPX. Then, you can use it by adding the corresponding MCP server settings to the Claude Desktop configuration file.

Applicable scenarios

It is suitable for scenarios where you need to integrate Discourse forum content into AI workflows, such as referencing forum discussions in AI assistant conversations or conducting knowledge base searches.

Main features

Post searchProvides the function of searching for posts in the Discourse forum, supporting keyword queries

Advantages and limitations

Advantages
Standardized interface: Uses the MCP protocol for seamless integration with AI tools such as Claude
Easy to deploy: Supports two simple deployment methods, Docker and NPX
Lightweight: Implemented based on Node.js with low resource consumption
Limitations
Single function: Currently only supports the post search function
Requires an API key: Must configure Discourse API access permissions
Only applicable to the Discourse platform

How to use

Obtain Discourse API credentials
Obtain the API URL, API key, and username from your Discourse forum administrator
Choose a deployment method
Decide whether to use a Docker container or NPX to run the service directly
Configure Claude Desktop
Add the MCP server configuration to claude_desktop_config.json

Usage examples

Reference forum discussions in AI conversationsWhen a user asks a technical question, the AI can search for relevant discussions in the Discourse forum through this service and reference the most valuable answers
Knowledge base retrievalUse the Discourse forum as a knowledge base to quickly retrieve historical problem solutions through an AI assistant

Frequently Asked Questions

How to obtain a Discourse API key?
Which Discourse versions are supported?
What are the limitations of the search function?

Related resources

Discourse API Documentation
Official Discourse API documentation
Model Context Protocol Specification
Official specification document for the MCP protocol
GitHub Repository
Project source code
Installation
Copy the following command to your Client for configuration
{
  "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"
      ]
    }
  }
}

{
  "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" 
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.
S
Search1api
The Search1API MCP Server is a server based on the Model Context Protocol (MCP), providing search and crawling functions, and supporting multiple search services and tools.
TypeScript
341
4 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
827
4.3 points
B
Bing Search MCP
An MCP server for integrating Microsoft Bing Search API, supporting web page, news, and image search functions, providing network search capabilities for AI assistants.
Python
226
4 points
A
Apple Notes MCP
A server that provides local Apple Notes database access for the Claude desktop client, supporting reading and searching of note content.
Python
207
4.3 points
M
Modelcontextprotocol
Certified
This project is an implementation of an MCP server integrated with the Sonar API, providing real-time web search capabilities for Claude. It includes guides on system architecture, tool configuration, Docker deployment, and multi-platform integration.
TypeScript
1.1K
5 points
B
Bilibili MCP Js
Certified
A Bilibili video search server based on the Model Context Protocol (MCP), providing API interfaces to support video content search, paginated queries, and video information return, including LangChain call examples and test scripts.
TypeScript
243
4.2 points
M
MCP Server Weread
The WeRead MCP Server is a lightweight service that bridges WeRead data and AI clients, enabling in - depth interaction between reading notes and AI.
TypeScript
375
4 points
M
MCP Obsidian
This project is an MCP server used to interact with the Obsidian note application through the Local REST API plugin of Obsidian. It provides various tools to operate and manage files in Obsidian, including listing files, retrieving file content, searching, modifying content, and deleting files.
Python
881
5 points
Featured MCP Services
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
827
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
85
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
140
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
563
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
281
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.2K
4.7 points
AIbase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIbase