Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Product Hunt MCP

Product Hunt MCP

Connect Product Hunt data to any LLM or agent

137 followers

Connect Product Hunt data to any LLM or agent

137 followers

Visit website
Connect Product Hunt's API to LLMs through the Model Context Protocol. Access posts, collections, topics, users, votes, and comments with Claude Desktop, Cursor, or any MCP client.
  • Overview
  • Launches1
  • Reviews
  • Team
  • More
Company Info
github.com/jaipandya/producthunt-mcp-server
Product Hunt MCP Info
Launched in 2025View 1 launch
Forum
p/product-hunt-mcp
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialX
Product Hunt MCP gallery image
Product Hunt MCP gallery image
Product Hunt MCP gallery image
Product Hunt MCP gallery image
Free
Launch tags:
Developer Tools•Artificial Intelligence•GitHub
Launch Team / Built With
Jai Pandya

What do you think? …

Jai Pandya
Jai Pandya
BirdTab

BirdTab

Maker
📌

👋 Hey Product Hunt!

I was surprised to find that there was no MCP for Product Hunt yet, despite the GraphQL API being available. So I built one!

This server connects Product Hunt's API to any LLM that speaks the Model Context Protocol, letting your AI assistants access real-time Product Hunt data without complex coding.

With this MCP, your AI can answer questions like
- What were the top 5 launches last December?
- What's the difference between average vote counts in December 2023 vs December 2024?
- Which topics had the most popular products this quarter?

Key features
- Get info on posts, comments, collections, topics, users
- Search/filter by topic, date, votes
- Built with FastMCP for speed

It's perfect for AI enthusiasts using Claude Desktop or Cursor, developers building with Product Hunt data, or anyone exploring the MCP ecosystem.

The repo has setup instructions. Would love your feedback! 🚀

Report
4mo ago
Chris Messina
Chris Messina
@jaipandya the Product Hunt API has been broken for some time... Are the results you're getting reliable? 🤨
Report
4mo ago
Jai Pandya
Jai Pandya
BirdTab

BirdTab

Maker

@chrismessina At least for the APIs that I tried (getting posts with different parameter values). Any specifics that I should be checking?

Report
4mo ago
Chris Messina
Chris Messina

@jaipandya it's definitely not working for me.


What redirect_uri should I be using for my Product Hunt app?


I did follow your instructions and set everything up, but clearly I'm getting errors:

Report
4mo ago
Jai Pandya
Jai Pandya
BirdTab

BirdTab

Maker

@chrismessina Thanks for the feedback, Chris. For redirect_uri, you can use a localhost URL like "https://localhost:8742/". We don't use it in the app though, because we use developer token to call the PH API.

Your issue is probably Claude specific. For some reason, it doesn't have access to your PATH variables it seems. So you might need to give it the full path to your executable.

Once you have installed the server using `pip install product-hunt-mcp`. You can get the executable path by using `which product-hunt-mcp`. In your Claude MCP config, put the following:


{
  "mcpServers": {
    "product-hunt": {
      "command": "full-path/to/product-hunt-mcp",
      "env": {
        "PRODUCT_HUNT_TOKEN": "developer token you received from your PH api dashboard"
      }
    }
  }
}

Quit and reopen Claude again after making these changes. And it should show the 11 tools the MCP server makes available to you.


Report
4mo ago
Nika
Nika

What was your primary motivation to create this?

Report
4mo ago
Jai Pandya
Jai Pandya
BirdTab

BirdTab

Maker

@busmark_w_nika Thanks for asking! I’ve always found Product Hunt to be a goldmine of emerging trends, ideas, and community sentiment. But getting meaningful insights out of it usually meant wrangling APIs or relying on someone technical.

With the Model Context Protocol (MCP), that barrier disappears. It democratizes access—suddenly, anyone can start asking rich, exploratory questions like:

-What kind of products are trending this week in AI?
-How have indie hacker tools evolved over the past year?
-Which categories get the most community engagement?

And then this goldmine opens up to product makers, with more insights and data you can take better decisions.

Report
4mo ago
Nika
Nika

@jaipandya I find it helpful, as together with some guys are trying to pick non-featured products. There are many good ones, and I even bought them. This can be a huge help! :)

Report
4mo ago
Sahith
Sahith
finally something useful for PH community
Report
4mo ago
Jai Pandya
Jai Pandya
BirdTab

BirdTab

Maker

@sahithkrishna_an Thank you, Sahith!

Report
4mo ago
Ambassador
Ambassador
Ambassador
Ambassador
GoPerfect - Real-Time Hiring
GoPerfect - Real-Time Hiring — Skip the Search. Meet top Candidates fast.
Skip the Search. Meet top Candidates fast.
Promoted

Do you use Product Hunt MCP?

Reviews
Helpful
Review Product Hunt MCP?Be the first to review Product Hunt MCP