@kaching2/mcp-product-hunt
v1.0.0
Published
Scan new product launches and trends on Product Hunt
Downloads
24
Maintainers
Readme
MCP Product Hunt Server
Scan new product launches and trends on Product Hunt.
Tools
| Tool | Description |
|------|-------------|
| get_today_products | Today's top products with votes, categories, and screenshots |
| search_products | Search Product Hunt by keyword |
| get_past_days_products | Products from the past N days |
Install
npm installConfigure in Claude Code
{
"mcpServers": {
"product-hunt": {
"command": "node",
"args": ["/path/to/servers/product-hunt/index.js"]
}
}
}Optional: API Key for Full Access
For GraphQL API access (instead of RSS fallback):
export PRODUCT_HUNT_API_KEY="your-key-here"Get a key at https://producthunt.com/media-kit
Usage Examples
- "What's trending on Product Hunt today?"
- "Search Product Hunt for AI products"
- "Show me products from the past week"
