{"type":"mcp_server","name":"productboard-mcp","description":"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","category":"Productivity","language":"TypeScript","stars":12,"forks":1,"owner":"kenjihikmatullah","github_url":"https://github.com/kenjihikmatullah/productboard-mcp","homepage":null,"setup":"## Setup\n\n### Access Token\nObtain your access token referring to [this guidance](https://developer.productboard.com/reference/authentication#public-api-access-token)\n\n### Usage with Claude Desktop\nTo use this with Claude Desktop, add the following to your `claude_desktop_config.json`:\n\n### NPX\n\n```json\n{\n  \"mcpServers\": {\n    \"productboard\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"productboard-mcp\"\n      ],\n      \"env\": {\n        \"PRODUCTBOARD_ACCESS_TOKEN\": \"<YOUR_TOKEN>\"\n      }\n    }\n  }\n}\n```","tools":"## Available Tools\n\n1. `get_companies`\n2. `get_company_detail`\n3. `get_components`\n4. `get_component_detail`\n5. `get_features`\n6. `get_feature_detail`\n7. `get_feature_statuses`\n8. `get_notes`\n9. `get_products`\n10. `get_product_detail`","faq":null,"created_at":"2025-02-26T02:01:32+00:00","updated_at":"2025-03-21T09:38:32+00:00","source_url":"https://model-context-protocol.com/servers/productboard-api-integration-agentic-workflows","related_articles":[]}