πŸš€ Product Hunt MCP Server

by jaipandya

47 stars
278 downloads
Not rated
GitHub

Description

# πŸš€ Product Hunt MCP Server [![PyPI version](https://img.shields.io/pypi/v/product-hunt-mcp.svg)](https://pypi.org/project/product-hunt-mcp/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Python…

About

# πŸš€ Product Hunt MCP Server [![PyPI version](https://img.shields.io/pypi/v/product-hunt-mcp.svg)](https://pypi.org/project/product-hunt-mcp/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/)…

Details

Author
jaipandya
GitHub stars
47
Downloads
278
Categories
Search, API, Productivity, Other

- Get details on posts, comments, collections, topics, users
- Search and filter by topic, date, votes, and more
- Paginated results for comments and user upvotes
- Built with FastMCP for performance and MCP compatibility
- Docker support for containerized deployment

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 with pip install product-hunt-mcp, set the PRODUCT_HUNT_TOKEN environment variable with your Product Hunt API developer token, and run product-hunt-mcp. For Claude Desktop or Cursor, add a JSON configuration block specifying the command and environment variable.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83d\ude80 product hunt mcp server": {
            "producthunt-mcp-server": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "product-hunt-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "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.