Back to MCP Catalog

Productboard API MCP Server

Customer Data PlatformsTypeScript
Integrate Productboard API into agentic workflows
Available Tools

get_companies

Retrieves a list of all companies from Productboard

get_company_detail

Gets detailed information about a specific company

get_components

Retrieves a list of all components from Productboard

get_component_detail

Gets detailed information about a specific component

get_features

Retrieves a list of all features from Productboard

get_feature_detail

Gets detailed information about a specific feature

get_feature_statuses

Retrieves the status of features from Productboard

get_notes

Retrieves a list of all notes from Productboard

get_products

Retrieves a list of all products from Productboard

get_product_detail

Gets detailed information about a specific product

The Productboard API integration allows AI agents to interact with your product management data through a comprehensive set of tools. Access companies, features, components, notes, and products directly from your Productboard instance. This MCP server enables seamless integration between AI assistants and your product management workflow, allowing for efficient data retrieval and analysis without leaving your current environment. It provides a bridge to all essential Productboard resources through a simple, standardized interface.

Installation

To use the Productboard API integration, you'll need to set up the MCP server with your Productboard access token.

Prerequisites

  1. A Productboard account with API access
  2. A Productboard API access token

Obtaining an Access Token

To get your Productboard access token:

  1. Log in to your Productboard account
  2. Navigate to the API settings section
  3. Generate a new access token with appropriate permissions
  4. Copy the token for use in your configuration

For detailed instructions, refer to the Productboard authentication documentation.

Configuration

For Claude Desktop

Add the following to your claude_desktop_config.json file:

{
  "mcpServers": {
    "productboard": {
      "command": "npx",
      "args": [
        "-y",
        "productboard-mcp"
      ],
      "env": {
        "PRODUCTBOARD_ACCESS_TOKEN": "YOUR_PRODUCTBOARD_TOKEN"
      }
    }
  }
}

Replace YOUR_PRODUCTBOARD_TOKEN with your actual Productboard access token.

For Other AI Assistants

The configuration may vary depending on your AI assistant platform. Generally, you'll need to:

  1. Install the package using NPX
  2. Configure the environment with your Productboard access token
  3. Set up the appropriate command and arguments for your platform

Usage

Once configured, you can use the Productboard API integration to retrieve information about your product management data. The available tools allow you to:

  • Get lists of companies, components, features, notes, and products
  • Retrieve detailed information about specific items
  • Check feature statuses

Example queries you might use:

  • "Show me all the companies in our Productboard"
  • "Get details about feature X"
  • "What are the current feature statuses?"
  • "Show me all components in our product"

Security Considerations

Your Productboard access token provides access to potentially sensitive product management data. Always:

  • Keep your token secure and never share it publicly
  • Use environment variables rather than hardcoding tokens
  • Consider using tokens with limited permissions when possible
  • Regularly rotate your access tokens

Troubleshooting

If you encounter issues:

  1. Verify your access token is valid and has the necessary permissions
  2. Check that the MCP server is properly configured in your AI assistant
  3. Ensure your network allows connections to the Productboard API
  4. Look for any error messages in your AI assistant's logs

For persistent issues, refer to the GitHub repository for the latest updates and known issues.

Related MCPs

Maton API Integration
Customer Data PlatformsTypeScript

Connect to various SaaS platforms through Maton's unified API

Apache Unomi Profile Manager
Customer Data PlatformsJavaScript

Connect Claude to Apache Unomi CDP for persistent user profile management

Attio
Customer Data PlatformsJavaScript

Connect to Attio CRM to manage company records and notes

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.