jaipandya_producthunt-mcp-server
The Product Hunt MCP Server is designed to integrate Product Hunt's API with AI tools through the Model Context Protocol. It facilitates access to posts, comments, topics, and more, making it an excellent tool for AI-powered platforms and developers creating bots or dashboards. Built with FastMCP, it ensures fast and seamless communication.
🚀 Product Hunt MCP Server
A plug-and-play MCP server for Product Hunt connecting its API to LLMs and agents compatible with the Model Context Protocol. Ideal for AI assistants and chatbots.
Features
- Retrieve and search detailed info on posts, comments, collections, topics, and users.
- Search and filter by various criteria including topic, date, and votes.
- Utilize paginated comments and user upvotes.
- Built with FastMCP for speed and compatibility.
Usage
Add to Claude Desktop or Cursor configuration with the command product-hunt-mcp
, setting the PRODUCT_HUNT_TOKEN
environment variable.
Installation
Supports installation via PyPI, GitHub, local source, or Docker.
Tools
Provides various tools to interact with Product Hunt data, such as get_post_details
, get_posts
, and check_server_status
.