requesthunt
MCP server for RequestHunt - search feature requests from Reddit, X, and GitHub
claude mcp add --transport stdio resciencelab-requesthunt-mcp-server npx -y @resciencelab/requesthunt-mcp-server \ --env REQUESTHUNT_API_KEY="your_api_key_here"
How to use
RequestHunt MCP Server exposes a searchable, AI-augmented feature-request repository across Reddit, X, and GitHub, accessible via MCP-compatible clients such as Claude Desktop. The server uses your RequestHunt API key to fetch and surface feature requests, with optional AI topic expansion to broaden your search scope. You can leverage built-in tools to perform full-text searches, filter and paginate results, and trigger on-demand scraping for fresh data. The available prompts and tools let you discover, analyze, compare, and prioritize requests for product ideas or roadmaps.
How to install
Prerequisites:
- Node.js and npm installed on your system
- Access to a RequestHunt API key
Install and run locally:
- Install dependencies and build the MCP server
git clone https://github.com/ReScienceLab/requesthunt-mcp-server.git
cd requesthunt-mcp-server
npm install
npm run build
- Run the server locally (provide your API key)
REQUESTHUNT_API_KEY=your_api_key_here node dist/index.js
- Verify the MCP is reachable via standard MCP tooling (e.g., MCP Inspector)
npx @modelcontextprotocol/inspector node dist/index.js
Additional notes
Tips:
- The MCP config example uses npx to install the server ad-hoc. You can embed your API key in the env as shown in the README for Claude Desktop usage.
- Ensure your API key remains secret in your environment; consider using environment management tools or CI/secrets managers.
- The server supports on-demand scraping via the scrape_requests tool; use this when fresh data is required for a topic.
- If you encounter rate limits, review the Free/Pro tier limits on the RequestHunt dashboard and adjust your usage or upgrade accordingly.
- The available tools include: search_requests (full-text search with optional AI expansion and realtime scraping), list_requests (filters and pagination), get_topics (topic catalog), and scrape_requests (on-demand scraping).
Related MCP Servers
iterm
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
mcp
Octopus Deploy Official MCP Server
furi
CLI & API for MCP management
editor
MCP Server for Phaser Editor
DoorDash
MCP server from JordanDalton/DoorDash-MCP-Server
mcp
MCP сервер для автоматического создания и развертывания приложений в Timeweb Cloud