jaipandya/producthunt-mcp-server
MCP server for Product Hunt. Interact with trending posts, comments, collections, users, and more.
Quick Start
Clone the repository:
git clone https://github.com/jaipandya/producthunt-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"producthunt-mcp-server": {
"command": "npx",
"args": [
"-y",
"jaipandya/producthunt-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.