P

producthunt.com

Product Hunt is a community platform for discovering, launching, and discussing new technology products. It organizes launches, rankings, product pages, reviews, and community interactions such as votes and comments.

2 integrations · MCP · GraphQL

Product Hunt exposes a GraphQL API at `https://api.producthunt.com/v2/api/graphql` authenticated by bearer tokens (OAuth app tokens or a dashboard-issued developer token), plus a public MCP server at `https://www.producthunt.com/mcp/xAOyN0Bd`.

discovered 1d ago
MCP servers1
GraphQL1
Credentials
Product Hunt OAuth application (client ID + client secret)oauth2Set up OAuth

Go to the API dashboard, sign in, and create/register an application to obtain a client_id and client_secret. For user-delegated access, configure your app's redirect_uri, send users to GET https://api.producthunt.com/v2/oauth/authorize, then exchange the returned code at POST https://api.producthunt.com/v2/oauth/token. For app-only access, request a token from POST https://api.producthunt.com/v2/oauth/token with grant_type set to client_credentials. By default apps are read-only with public scope; private and write access require requesting those scopes, and write access requires approval via hello@producthunt.com.

Product Hunt developer tokenbearerGet token

For simple scripts, Product Hunt provides a non-expiring developer_token in the API dashboard. Sign in there and copy the token from your account/application dashboard, then send it as Authorization: Bearer <token> to the GraphQL API.

conventions · 2/8 published

Publish these signals → /publishing