productboard-mcp

This repository provides a Productboard MCP server that integrates the Productboard API into agentic workflows, offering tools to retrieve details about companies, components, features, notes, and products. This repository provides

6
1

Productboard MCP Server

Integrate the Productboard API into agentic workflows via MCP. This server enables interaction with Productboard data through agentic systems.

Tools

The server provides access to the following Productboard API endpoints:

  1. get_companies: Retrieves a list of companies.
  2. get_company_detail: Retrieves details for a specific company.
  3. get_components: Retrieves a list of components.
  4. get_component_detail: Retrieves details for a specific component.
  5. get_features: Retrieves a list of features.
  6. get_feature_detail: Retrieves details for a specific feature.
  7. get_feature_statuses: Retrieves a list of feature statuses.
  8. get_notes: Retrieves a list of notes.
  9. get_products: Retrieves a list of products.
  10. get_product_detail: Retrieves details for a specific product.

Access Token

Obtain your access token referring to this guidance.

Usage with Claude Desktop

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

NPX

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

License

This MCP server is licensed under the MIT License, allowing free use, modification, and distribution subject to the MIT License terms. See the LICENSE file for details.

Repository

KE
kenjihikmatullah

kenjihikmatullah/productboard-mcp

Created

February 26, 2025

Updated

March 21, 2025

Language

TypeScript

Category

Productivity