π Product Hunt MCP Server
@MCP-Mirror
About π Product Hunt MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jaipandya_producthunt-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"product-hunt-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π Product Hunt MCP Server?
It connects Product Hunt's API to any LLM or agent that speaks the Model Context Protocol (MCP). It retrieves posts, collections, topics, users, votes, and comments. It is designed for AI assistants, chatbots, and automations.
How to use π Product Hunt MCP Server?
Install via pip install product-hunt-mcp, set the PRODUCT_HUNT_TOKEN environment variable, then run product-hunt-mcp. Configure MCP clients like Claude Desktop or Cursor by adding the command and token to their config file.
Key features of π Product Hunt MCP Server
- Get posts, collections, topics, users with filters.
- Retrieve paginated comments and user upvotes.
- Search/filter by topic, date, votes, and more.
- Built with FastMCP for speed and compatibility.
- Can be run via Docker or installed from PyPI.
- Provides multiple MCP tools for Product Hunt data.
Use cases of π Product Hunt MCP Server
- AI assistants fetch current trending products and details.
- Developers build bots that monitor Product Hunt activity.
- Automate collection of product launch data for analysis.
- Integrate Product Hunt data into chatbots or dashboards.
- Explore the MCP ecosystem with a readyβtoβuse server.
FAQ from π Product Hunt MCP Server
What do I need to use it?
Python 3.10+ and a Product Hunt API token from the API Dashboard.
How do I set up authentication?
Set the PRODUCT_HUNT_TOKEN environment variable with your developer token.
What MCP clients are supported?
Claude Desktop, Cursor, and any MCPβcompatible client.
Are there rate limits?
Yes, the Product Hunt API has rate limits; the server informs you and you can check status via check_server_status.
Does this server require a redirect URI for the API token?
When creating a Product Hunt application, a redirect URI is required but can be any valid URL like https://localhost:8424/callback.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments