Productboard

by kenjihikmatullah

8 stars
506 downloads
Not rated
GitHub

About

Integrates with the Productboard API to enable access to companies, components, features, and products for enhanced product management and feature tracking workflows.

Details

Author
kenjihikmatullah
Repository
kenjihikmatullah/productboard-mcp
GitHub stars
8
Downloads
506
License
MIT License
Categories
Productivity, Project Management, API, Developer Tools, AI, Knowledge Base, Infrastructure

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Productboard
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 productboard-mcp
    Environment
    • PRODUCTBOARD_ACCESS_TOKEN <YOUR_TOKEN>

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

To use this with Claude Desktop, add the following to your claude_desktop_config.json:

get_companies

Retrieve a list of companies integrated with Productboard.

get_company_detail

Fetch detailed information about a specific company. Parameters: company_id (string)

get_components

Get a list of components related to a specific product.

get_component_detail

Retrieve detailed information about a specific component. Parameters: component_id (string)

get_features

Obtain a list of features for a specific product.

get_feature_detail

Fetch detailed information about a specific feature. Parameters: feature_id (string)

get_feature_statuses

Get the statuses of features within a specific product.

get_notes

Retrieve notes associated with a specific product or feature.

get_products

List all products available in Productboard.

get_product_detail

Fetch detailed information about a specific product. Parameters: product_id (string)

1. get_companies
2. get_company_detail
3. get_components
4. get_component_detail
5. get_features
6. get_feature_detail
7. get_feature_statuses
8. get_notes
9. get_products
10. get_product_detail

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

Linux

{
    "env": {
        "PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>"
    },
    "args": [
        "-y",
        "productboard-mcp"
    ],
    "command": "npx"
}

Macos

{
    "env": {
        "PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>"
    },
    "args": [
        "-y",
        "productboard-mcp"
    ],
    "command": "npx"
}

Windows

{
    "env": {
        "PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>"
    },
    "args": [
        "/c",
        "npx",
        "-y",
        "productboard-mcp"
    ],
    "command": "cmd"
}

Integrate the Productboard API into agentic workflows via MCP
- get_companies
- get_company_detail
- get_components
- get_component_detail
- get_features
- get_feature_detail
- get_feature_statuses
- get_notes
- get_products
- get_product_detail

Obtain your access token referring tothis guidance

To use this with Claude Desktop, add the following to yourclaude_desktop_config.json:

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

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Manage time tracking, projects, clients, and tasks using the Harvest API.

Provides comprehensive project management context to AI agents using the Helios-9 API.

Integrates with the Productboard API, offering 49 specialized tools to manage all major Productboard functionalities.

Interact with the Productive.io API for project management and productivity tasks.

A server for interacting with the TimeChimp API v2 to manage time tracking and projects.

Interact with task, doc, and project data in Dart, an AI-native project management tool

Perform queries and entity operations in your Fibery workspace.

Magica is your all-in-one AI platform, offering 2500+ cutting-edge tools under a single subscription.

Turn your Make scenarios into callable tools for AI assistants.

Remote MCP server for MeisterTask. Create and manage projects, tasks, and notes from your AI assistant. Hosted (streamable-HTTP) — connect at https://mcp.meistertask.com/mcp

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.