Productboard

Productboard

Integrate the Productboard API into agentic workflows via MCP.

9
Stars
18
Forks
0
Releases

Overview

Productboard MCP Server provides MCP-compatible access to Productboard data, exposing a suite of tools to fetch organizations, components, features, notes, and related details directly within agentic workflows. It supports the following endpoints/tools: get_companies, get_company_detail, get_components, get_component_detail, get_features, get_feature_detail, get_feature_statuses, get_notes, get_products, and get_product_detail. Authentication is performed using a Productboard access token, as described in the guidance linked in the README. To use, obtain an access token and configure the MCP client or Claude Desktop integration to supply the token via the PRODUCTBOARD_ACCESS_TOKEN environment variable. The repository demonstrates an NPX-based run mode (npx productboard-mcp) and shows how to set up the configuration. This MCP server is licensed under the MIT License, allowing use, modification, and distribution under MIT terms.

Details

Owner
kenjihikmatullah
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

get_companies

Retrieves a list of companies from Productboard.

get_company_detail

Fetches detailed information for a specific company.

get_components

Fetches the list of components from Productboard.

get_component_detail

Retrieves detailed data for a specific component.

get_features

Retrieves the features from Productboard.

get_feature_detail

Fetches detailed information for a specific feature.

get_feature_statuses

Returns the possible statuses for Productboard features.

get_notes

Retrieves notes associated with Productboard items.

Tags

ProductboardMCPAPIintegrationagentic workflowsauthenticationaccess tokenNPXnpxClaude Desktoptoolscompaniesfeaturesnotesproducts