productboard-mcp
Allows inspecting Jira integration configurations and connections within ProductBoard.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@productboard-mcpShow me all features in the backlog"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
productboard-mcp
An MCP (Model Context Protocol) server that connects Claude to the ProductBoard API v2. Ask Claude questions about your ProductBoard workspace in plain English.
What you can do
Notes — list, search, create, update, delete feedback notes and manage their relationships to features and customers
Entities — query and manage features, initiatives, objectives, components, releases, and more
Members & Teams — look up members, list teams, manage team membership
Analytics — retrieve member activity data
Jira integrations — inspect Jira integration configs and connections
Webhooks — list, create, and delete webhook subscriptions
35 tools in total, covering the full ProductBoard API v2 surface.
Related MCP server: Flow Boards MCP Server
Requirements
Node.js 18+
A ProductBoard account on the Pro plan or higher
A ProductBoard API token (Settings → Workspace → API Access)
Setup
1. Clone and build
git clone https://github.com/jonnystewart/productboard-mcp
cd productboard-mcp
npm install
npm run build2. Add your API token
mkdir -p ~/.config/productboard-mcp
echo "PRODUCTBOARD_API_TOKEN=your_token_here" > ~/.config/productboard-mcp/.envGet your token from ProductBoard: Settings → Workspace → API Access → Generate token
3. Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"productboard": {
"command": "node",
"args": ["/absolute/path/to/productboard-mcp/dist/server.js"]
}
}
}Alternatively, pass the token directly in the config:
{
"mcpServers": {
"productboard": {
"command": "node",
"args": ["/absolute/path/to/productboard-mcp/dist/server.js"],
"env": {
"PRODUCTBOARD_API_TOKEN": "your_token_here"
}
}
}
}4. Restart Claude Desktop
Fully quit (Cmd+Q) and relaunch. ProductBoard will appear in the connectors list.
Example prompts
"List my 10 most recent ProductBoard notes and summarise them"
"Show me all features in the backlog"
"How many notes were created last week?"
"Find all initiatives linked to our Q2 release"
"List all members and which teams they belong to"
Development
npm run dev # Run with live reload (no build step)
npm run build # Compile TypeScript → dist/
npm run lint # ESLintNotes on the API
ProductBoard API v2 is currently in beta
Rate limit: 50 requests/second per token
Many field names are workspace-specific — use the
pb_list_note_configurationsandpb_list_entity_configurationstools to discover what's available in your workspace before creating records
Licence
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
- SupabaseOAuthcom.supabase
MCP server for interacting with the Supabase platform
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that connects Claude to Trello, enabling comprehensive management of boards, lists, and cards through natural language conversation. It supports a wide range of actions including searching cards, adding comments, managing checklists, and tracking board activity.285 npmISC
- FlicenseBqualityDmaintenanceMCP server that exposes the full Flow Boards REST API as Claude tools, enabling natural language management of tickets, flows, bins, boards, comments, and more.387 npm1-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables Claude AI to programmatically create and manipulate Miro boards via the Miro API with OAuth2 authentication. Supports 14 tools for board, item, and connector operations.-
- FlicenseBqualityDmaintenanceAn MCP server that connects Claude to ProdPad, giving Claude direct access to your product management data including ideas, feedback, roadmaps, OKRs, and initiatives.291-