πŸš€ Product Hunt MCP Server

by MCP-Mirror

249 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name πŸš€ Product Hunt MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

PyPI version
License: MIT
Python 3.10+
Docker Ready
MCP Compatible

> A plug-and-play MCP server for Product Hunt

---

πŸ“¦ Quick Install

pip install product-hunt-mcp

πŸƒβ€β™‚οΈ Quick Start Example

```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.