π Product Hunt MCP Server
About
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.
Details
- Author
- MCP-Mirror
- Downloads
- 249
- Categories
- Other
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
π Product Hunt MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83d\ude80 product hunt mcp server": {
"jaipandya_producthunt-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"product-hunt-mcp"
]
}
}
}
}
McpServers
{
"jaipandya_producthunt-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"product-hunt-mcp"
]
}
}
π Product Hunt MCP Server
> A plug-and-play MCP server for Product Hunt
---
π¦ Quick Install
pip install product-hunt-mcp
πββοΈ Quick Start Example
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



