← Back to registry

Producthunt

MCP server for Producthunt — live data from https://producthunt.com

Last updated: Never

https://producthunt.com

Install in Claude Desktop

  1. 1.Open your Claude Desktop config file:~/Library/Application Support/Claude/claude_desktop_config.json
  2. 2.Paste the snippet below into the mcpServers object.
  3. 3.Restart Claude Desktop. Done.
{
  "mcpServers": {
    "producthunt-com": {
      "url": "http://localhost:3000/api/mcp/producthunt-com"
    }
  }
}
0 installs
Type: crawled
Created: 2026-07-22

Data Schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "content": {
      "type": "string"
    }
  }
}