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

@aioproductoscom/mcp-pm

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aioproductoscom/mcp-pm

ProductOS PM Helper — an MCP server to manage ProductOS tickets from Claude Code, Cursor, Codex, and any MCP host.

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ProductOS PM Helper · MCP server

Manage ProductOS tickets from your AI host — Claude Code, Cursor, Codex, or any MCP client. List, create, update, and comment on tasks, grounded in the ProductOS spine (features, insights). Thin and secret-free: the only credential is your personal access token, which you paste into your host's config.

1. Get a token

In ProductOS → Settings → Tokens & Agents → Generate token. Copy it (shown once) — it looks like pat_live_….

2. Connect

Claude Code

claude mcp add productos-pm -e PRODUCTOS_TOKEN=pat_live_… -- npx -y @aioproductoscom/mcp-pm

or in .mcp.json:

{
  "mcpServers": {
    "productos-pm": {
      "command": "npx",
      "args": ["-y", "@aioproductoscom/mcp-pm"],
      "env": { "PRODUCTOS_TOKEN": "pat_live_…" }
    }
  }
}

Cursor / Codex

Same shape in their mcp.json: command: "npx", args: ["-y", "@aioproductoscom/mcp-pm"], env.PRODUCTOS_TOKEN.

PRODUCTOS_URL defaults to https://platform.aioproductos.com; set it to point at a self-hosted platform.

Tools

ToolWhat it does
whoamithe connected org + member
pm_metalists / statuses / members / features (resolve names → ids)
list_taskslist tasks (filter by status_id, list_id)
get_taskone task + comments + assignees
create_tasknew task; feature_id / insight_id link it to the spine
update_taskchange status, priority, fields, assignees
comment_on_taskadd a comment
get_product_braina grounded read-only snapshot of your product (revenue, accounts, web + product analytics, features, signals, open work) — so your host model reasons about it on your own subscription

Local build (until published to npm)

pnpm install
pnpm --filter @aioproductoscom/mcp-pm build

Then point the host at the built binary instead of npx:

{ "command": "node", "args": ["<repo>/packages/mcps/productos-pm/dist/index.js"],
  "env": { "PRODUCTOS_TOKEN": "pat_live_…" } }

Keywords

mcp

FAQs

Package last updated on 14 Jun 2026

Related posts