New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@smeet666/productboard-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@smeet666/productboard-mcp

Fork of Productboard MCP for Urbantz internal use

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Productboard MCP Server

Integrate the Productboard API into agentic workflows via MCP

Tools

  • get_companies
  • get_company_detail
  • get_components
  • get_component_detail
  • get_features
  • get_feature_detail
  • get_feature_statuses
  • get_notes
  • get_products
  • 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.

Keywords

mcp

FAQs

Package last updated on 11 Jul 2025

Related posts