Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

An MCP server that connects Claude to ProdPad, giving Claude direct access to your product management data including ideas, feedback, roadmaps, OKRs, and initiatives.

README.md

ProdPad MCP Server

An MCP (Model Context Protocol) server that connects Claude to ProdPad, giving Claude direct access to your product management data — ideas, feedback, roadmaps, OKRs, initiatives, and more.

Built with TypeScript, the MCP SDK, and designed for use with Claude Desktop.

What Can It Do?

Once connected, you can ask Claude things like:

  • "What products do I have in ProdPad?"
  • "Show me our current objectives and key results"
  • "List all ideas tagged with 'mobile'"
  • "What's on the Now/Next/Later roadmap?"
  • "Search ProdPad for anything related to onboarding"
  • "Create a new idea for a dashboard redesign"
  • "Create an initiative on our product roadmap"

Available Tools (24 total)

| Category | Tools | |----------|-------| | Products | List products, get product details | | Objectives & Key Results | List objectives, get objective, list key results, get key result, get KRs by objective, get KRs by product | | Roadmaps | List roadmaps, get roadmap (with columns and cards), get roadmaps by product | | Ideas | List ideas (with filters), get idea details | | Initiatives | List initiatives, get initiative, get ideas for initiative | | Feedback | List feedback (with filters), get feedback, get ideas linked to feedback | | Create | Create new ideas, create new initiatives | | Utility | Cross-entity search, list statuses, list tags |

Setup Guide

Step 1: Get Your ProdPad API Key

  1. Log in to ProdPad
  2. Click the Settings gear icon (bottom-left sidebar)
  3. Click Profile settings
  4. Click the API Keys tab
  5. Copy your API key using the copy button next to it

!How to find your ProdPad API Key

If you need to regenerate your key, click "Regenerate". This will invalidate the previous key.

For more details, see ProdPad's API key docs.

Step 2: Install Prerequisites

You need Node.js version 18 or later installed on your machine.

To check if you have it:

node --version

If you don't have it, download and install from nodejs.org.

Step 3: Download and Build the Server

  1. Download this project — click the green "Code" button on GitHub, then "Download ZIP". Unzip it somewhere you'll remember (e.g., C:\MCP\prodpad-mcp-server\).

Or if you're comfortable with git: ``bash git clone https://github.com/JTreadwell1/prodpad-mcp-server.git ``

  1. Open a terminal in the project folder and run:
   npm install
   npm run build

You should see no errors. This creates a dist/ folder with the compiled server.

Step 4: Configure Claude Desktop

  1. Open Claude Desktop
  2. Go to Settings (gear icon) > Developer > Edit Config
  3. This opens a JSON file. Add the prodpad entry inside the "mcpServers" section:
{
  "mcpServers": {
    "prodpad": {
      "command": "node",
      "args": [
        "C:\\path\\to\\prodpad-mcp-server\\dist\\index.js"
      ],
      "env": {
        "PRODPAD_API_KEY": "your-api-key-here"
      }
    }
  }
}

Important: Replace C:\\path\\to\\prodpad-mcp-server with the actual path where you put the project. Use double backslashes (\\) on Windows. Replace your-api-key-here with the API key you copied in Step 1.

  1. Save the file and restart Claude Desktop

Step 5: Verify It Works

Start a new conversation in Claude Desktop and ask:

"What products do I have in ProdPad?"

If Claude returns your product list, you're all set!

Troubleshooting

"PRODPAD_API_KEY environment variable is required" Your API key isn't configured. Double-check the env section in your Claude Desktop config.

"Authentication failed" Your API key is invalid or expired. Generate a new one from ProdPad Profile Settings > API Key.

"Resource not found" The ID you're looking for doesn't exist. Try listing resources first (e.g., prodpad_list_ideas) to find valid IDs.

Claude doesn't show ProdPad tools Make sure you restarted Claude Desktop after editing the config. Check the config file is valid JSON (no trailing commas, matching brackets).

Using with Claude Code (CLI)

If you use Claude Code (the CLI tool), add the same config to your ~/.claude.json file under mcpServers.

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Maps & Location servers.