Discourse Search
About
Enables searching and retrieving content from Discourse forums through a single tool that queries posts using the discourse2 npm package.
Details
- Author
- ashdevfr
- Repository
- AshDevFr/discourse-mcp-server
- GitHub stars
- 4
- Downloads
- 95
- License
- MIT License
- Categories
- Search, Other, Knowledge Base, Productivity, Developer Tools, Design, AI, Community, Infrastructure, API, Frontend
Jump to
- Search Posts on a Discourse forum using MCP protocol.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Discourse SearchCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@ashdev/discourse-mcp-server
Environment-
DISCOURSE_API_KEY
1234 -
DISCOURSE_API_URL
https://try.discourse.org -
DISCOURSE_API_USERNAME
ash
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add this to your claude_desktop_config.json:
search_posts
Search posts on a Discourse forum. Input: query (string). Returns an array of post objects.
- search_posts
- Search posts on a Discourse forum
- Input: query (string)
- Returns an array of post objects
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"discourse search": {
"env": {
"DISCOURSE_API_KEY": "1234",
"DISCOURSE_API_URL": "https://try.discourse.org",
"DISCOURSE_API_USERNAME": "ash"
},
"args": [
"-y",
"@ashdev/discourse-mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": {
"DISCOURSE_API_KEY": "1234",
"DISCOURSE_API_URL": "https://try.discourse.org",
"DISCOURSE_API_USERNAME": "ash"
},
"args": [
"-y",
"@ashdev/discourse-mcp-server"
],
"command": "npx"
}
Macos
{
"env": {
"DISCOURSE_API_KEY": "1234",
"DISCOURSE_API_URL": "https://try.discourse.org",
"DISCOURSE_API_USERNAME": "ash"
},
"args": [
"-y",
"@ashdev/discourse-mcp-server"
],
"command": "npx"
}
Windows
{
"env": {
"DISCOURSE_API_KEY": "1234",
"DISCOURSE_API_URL": "https://try.discourse.org",
"DISCOURSE_API_USERNAME": "ash"
},
"args": [
"/c",
"npx",
"-y",
"@ashdev/discourse-mcp-server"
],
"command": "cmd"
}
Perform search operations on Discourse forums.
Node.js server implementing Model Context Protocol (MCP) for Discourse search operation.
- Search Posts on a Discourse forum using MCP protocol.
- search_posts
- Search posts on a Discourse forum
- Input:query(string)
- Returns an array of post objects
Add this to yourclaude_desktop_config.json:
{ "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" } } } }
docker build -t ashdev/discourse-mcp-server .
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Search campgrounds around the world on campertunity, check availability, and provide booking links.
The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.
At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.
Just Domain is the domain registrar for businesses built with AI. Its remote MCP server checks availability and returns first-year and renewal pricing, plus a link to register on justdomain.ai, with DNS and WHOIS privacy in the same place. No account, no API key, read only. Endpoint: https://mcp.justdomain.ai/
Research tools, including a Sqlite-backed document stash
Semantic search over 9 free-license stock photo sources. Hosted remote server with OAuth — no API key to paste.
SerpApi MCP Server for Google and other search engine results
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




