Discourse MCP Server
Perform search operations on Discourse forums.
Discourse MCP Server
Node.js server implementing Model Context Protocol (MCP) for Discourse search operation.
Features
- Search Posts on a Discourse forum using MCP protocol.
API
Tools
- search_posts
- Search posts on a Discourse forum
- Input:
query(string) - Returns an array of post objects
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
Docker
{
"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"
]
}
}
}
NPX
{
"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"
}
}
}
}
Build
Docker build:
docker build -t ashdev/discourse-mcp-server .
Verwandte Server
SerpApi MCP Server
Retrieve parsed search engine results using the SerpApi.
eBird MCP Server
Query rich bird observation data from the eBird API using natural language.
展会大数据服务
Query comprehensive exhibition information, including enterprise participation records, venue details, and exhibition search.
MCP Tavily
Advanced web search and content extraction using the Tavily API.
Search Stock News
Search for stock news using the Tavily API.
Sci-Hub MCP Server
Search and access academic papers from Sci-Hub by DOI, title, or keyword.
Hunter MCP Server
Enables natural language interaction with Hunter's B2B data via its API.
Search1API
One API for Search, Crawling, and Sitemaps
DuckDuckGo Search
Perform web searches using the DuckDuckGo Search API.
Obsidian Omnisearch
Search your Obsidian vault using the Omnisearch plugin via a REST API.