Back to MCP Servers
Producthunt
MCP server for Product Hunt. Interact with trending posts, comments, collections, users, and more.
communication
By jaipandya
Installation
npx -y producthunt-mcp-serverConfiguration
{
"mcpServers": {
"producthunt-mcp-server": {
"command": "npx",
"args": ["-y", "producthunt-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes