P

Product Hunt

Query Product Hunt posts and topics.

·No reviews yet
Repo
Share:

About

Auto-generated

Product Hunt is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Product Hunt.

What does the Product Hunt MCP do?
This MCP allows you to query Product Hunt posts and topics. It provides a programmatic interface to access information about new product launches and discussions on the platform.
How do I install the Product Hunt MCP in Cline?
Installation in Cline typically involves adding the MCP's repository URL to your Cline configuration. Refer to the Cline documentation for specific steps on adding new MCPs from a GitHub repository.
Does the Product Hunt MCP require an API key?
Yes, this MCP requires an API key for authentication. You will need to obtain one from Product Hunt and configure it within your MCP client.
What are the common uses for the Product Hunt MCP?
Common use cases include tracking new product launches, monitoring discussions on specific topics, and programmatically retrieving data for analysis or integration into other applications.
What is a limitation of the Product Hunt MCP?
A potential limitation is that the available data is restricted to what the Product Hunt API provides. Complex queries or access to highly granular user data may not be directly supported.

Install Product Hunt

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "product-hunt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-product-hunt"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "product-hunt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-product-hunt"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "product-hunt": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-product-hunt"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.