Connects Claude to the Product Hunt GraphQL API v2, letting you query product launches, user data, and community activity programmatically. Hosted through Pipeworx's gateway infrastructure, so there's no local setup or API key management on your end. You can call individual GraphQL operations or use the ask_pipeworx natural language interface to skip manual tool selection. Useful when you're building workflows around product discovery, tracking launch metrics, or analyzing trending products without touching the Product Hunt API directly. The gateway approach means you get access to 764+ data sources if you connect to the full Pipeworx endpoint instead of just this single integration.
Product Hunt MCP — wraps the Product Hunt GraphQL API v2 (api.producthunt.com)
Part of Pipeworx — an MCP gateway connecting AI agents to 764+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"producthunt": {
"url": "https://gateway.pipeworx.io/producthunt/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 764+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Producthunt data" })
The gateway picks the right tool and fills the arguments automatically.
MIT