Retrieves a list of all companies from Productboard
Gets detailed information about a specific company
Retrieves a list of all components from Productboard
Gets detailed information about a specific component
Retrieves a list of all features from Productboard
Gets detailed information about a specific feature
Retrieves the status of features from Productboard
Retrieves a list of all notes from Productboard
Retrieves a list of all products from Productboard
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.
To use the Productboard API integration, you'll need to set up the MCP server with your Productboard access token.
To get your Productboard access token:
For detailed instructions, refer to the Productboard authentication documentation.
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.
The configuration may vary depending on your AI assistant platform. Generally, you'll need to:
Once configured, you can use the Productboard API integration to retrieve information about your product management data. The available tools allow you to:
Example queries you might use:
Your Productboard access token provides access to potentially sensitive product management data. Always:
If you encounter issues:
For persistent issues, refer to the GitHub repository for the latest updates and known issues.