
Security News
AI Has Taken Over Open Source
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain
@resciencelab/requesthunt-mcp-server
Advanced tools
MCP server for RequestHunt - search feature requests from Reddit, X, and GitHub
MCP (Model Context Protocol) server for RequestHunt - search and discover feature requests from Reddit, X (Twitter), and GitHub using Claude Desktop or any MCP-compatible client.
Sign up at requesthunt.com and create an API key in your dashboard.
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"requesthunt": {
"command": "npx",
"args": ["-y", "@resciencelab/requesthunt-mcp-server"],
"env": {
"REQUESTHUNT_API_KEY": "rh_live_your_api_key_here"
}
}
}
}
Restart Claude Desktop and try:
discover-requestsHelp discover feature requests for any product or topic.
Arguments:
topic (required): Product or topic name (e.g., "Notion", "VS Code")expand (optional): Enable AI topic expansion (default: true)Usage in Claude:
"Use the discover-requests prompt for Notion"
analyze-trendsAnalyze patterns and trends in feature requests.
Arguments:
topic (required): Topic to analyzeplatforms (optional): Comma-separated platforms or 'all'compare-platformsCompare requests across Reddit, X, and GitHub.
Arguments:
topic (required): Topic to comparelimit (optional): Results per platform (default: 10)find-quick-winsIdentify frequently requested features for roadmap planning.
Arguments:
topic (required): Product or topic namesortBy (optional): Sort preference (top/new, default: top)topics://listBrowse all available topics organized by category.
guide://getting-startedQuick start guide with examples and best practices.
examples://queriesExample queries for common use cases like product research and competitor analysis.
stats://limitsView API rate limits and usage information for free and pro tiers.
search_requestsFull-text search across all feature requests with optional AI expansion.
Parameters:
query (required): Search querylimit (optional): Max results (1-100, default: 20)expand (optional): Enable AI topic expansion + realtime scrapingplatforms (optional): Array of platforms to search (reddit, x, github)Example: "Search for 'offline mode' feature requests with expand enabled"
list_requestsList feature requests with filters and pagination.
Parameters:
topic (optional): Filter by topic (e.g., "Notion", "VS Code")category (optional): Filter by category slugplatform (optional): Filter by platform (x, reddit, github, requesthunt)limit (optional): Max results (1-100, default: 20)source (optional): cached or realtimesortBy (optional): new or topExample: "List top feature requests for VS Code"
get_topicsList available topics organized by category.
Example: "Show me all available topics I can filter by"
scrape_requestsStart an on-demand scrape job to collect fresh feature requests.
Parameters:
topic (required): Topic to scrape (2-100 characters)platforms (optional): Array of platforms (reddit, x, github)wait (optional): Wait for completion (default: true, max 2 min)Example: "Scrape feature requests about graphene batteries from Reddit and X"
| Tier | Cached Requests | Realtime Requests |
|---|---|---|
| Free | 150/month | 20/month |
| Pro | 2000/day | 500/month |
Check your usage at requesthunt.com/dashboard.
# Clone the repository
git clone https://github.com/ReScienceLab/requesthunt-mcp-server.git
cd requesthunt-mcp-server
# Install dependencies
npm install
# Build
npm run build
# Run locally
REQUESTHUNT_API_KEY=your_key node dist/index.js
npx @modelcontextprotocol/inspector node dist/index.js
MIT - see LICENSE
FAQs
MCP server for RequestHunt - search feature requests from Reddit, X, and GitHub
The npm package @resciencelab/requesthunt-mcp-server receives a total of 19 weekly downloads. As such, @resciencelab/requesthunt-mcp-server popularity was classified as not popular.
We found that @resciencelab/requesthunt-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain

Security News
npm invalidated all granular access tokens that bypass 2FA after a fresh Mini Shai-Hulud wave compromised 323 npm packages. Staged publishing also entered public preview.

Research
/Security News
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.