Productboard Integration

Productboard Integration

Integrates Productboard API into agentic workflows, allowing interaction with companies, components, features, notes, and products from the Productboard platform.

kenjihikmatullah

AI Integration Systems
Git Management Tools
Visit Server

Tools

get_products

Returns detail of all products. This API is paginated and the page limit is always 100

get_product_detail

Returns detailed information about a specific product

get_features

Returns a list of all features. This API is paginated and the page limit is always 100

get_feature_detail

Returns detailed information about a specific feature

get_components

Returns a list of all components. This API is paginated and the page limit is always 100

get_component_detail

Returns detailed information about a specific component

get_feature_statuses

Returns a list of all feature statuses. This API is paginated and the page limit is always 100

get_notes

Returns a list of all notes

get_note_detail

Returns detailed information about a specific note

get_companies

Returns a list of all companies. This API is paginated and the page limit is always 100

get_company_detail

Returns detailed information about a specific company

README

Productboard MCP Server

Integrate the Productboard API into agentic workflows via MCP

Tools

  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

Setup

Access Token

Obtain your access token referring to this guidance

Usage with Claude Desktop

To use this with Claude Desktop, add the following 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. 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.