@aioproductoscom/mcp
v0.15.5
Published
AIOProductOS MCP — manage the board, read your product brain + analytics, and run the support inbox from Claude Code, Cursor, Codex, and any MCP host.
Maintainers
Readme
AIOProductOS MCP · server
One MCP for your whole product. Manage the board, read your product brain + analytics, and run the support inbox from your AI host — Claude Code, Cursor, Codex, or any MCP client — all reasoning on your own model subscription (BYOK; AIOProductOS never charges for the agent's compute). 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 AIOProductOS → Settings → Tokens &
Agents → Generate token. Copy it (shown once) — it looks like
pat_live_…. The token acts as you, with your access.
2. Connect
Claude Code
claude mcp add productos -e PRODUCTOS_TOKEN=pat_live_… -- npx -y @aioproductoscom/mcpCursor / Codex — .mcp.json
{
"mcpServers": {
"productos": {
"command": "npx",
"args": ["-y", "@aioproductoscom/mcp"],
"env": { "PRODUCTOS_TOKEN": "pat_live_…" }
}
}
}PRODUCTOS_URL defaults to https://platform.aioproductos.com; set it to point
at a self-hosted platform.
Prefer no local install? Use the hosted remote
AIOProductOS is also a hosted remote MCP (OAuth 2.1 sign-in, no token
pasting, 38 tools) — add the custom connector URL
https://platform.aioproductos.com/api/mcp in Claude.ai, Claude Code, or any
remote-capable MCP host. Listed on the
official MCP Registry as
com.aioproductos/mcp and verified on Glama.
Tools
| Tool | What it does |
|---|---|
| whoami | the connected org + member |
| pm_meta | lists / statuses / members / features (resolve names → ids) |
| list_tasks | list tasks (filter by status_id, list_id) |
| get_task | one task + comments + assignees |
| create_task | new task; feature_id / insight_id link it to the spine |
| update_task | change status, priority, fields, assignees |
| comment_on_task | add a comment |
| get_product_brain | a grounded read-only snapshot of your product (revenue, accounts, web + product analytics, features, signals, open work) |
| analyze_funnel | build an ordered conversion funnel from your events (users per step, conversion, drop-off); omit steps to list available events |
| get_retention | weekly cohort retention — who comes back, week over week |
| analyze_paths | user paths (Sankey) — what people do after a start event, with drop-off |
| list_conversations | the support-chat inbox (open threads, visitor, topic, status) |
| get_conversation | one support thread + its full message history |
| reply_to_conversation | reply to a visitor (visible in their chat widget, sent as you) |
| add_note | internal triage note on a conversation (never shown to the visitor) |
| resolve_conversation | mark a conversation resolved |
| list_bookings | scheduled calls/meetings (upcoming by default) |
| cancel_booking | cancel a booking (frees the slot, cancels the meeting) |
| reschedule_booking | move a booking to a new open slot |
| list_channels | the team Comms channels you belong to |
| read_channel | recent messages in a channel (catch up before replying) |
| post_to_channel | post into a team channel — visible live to teammates, as you |
| reply_in_channel | reply in a thread under a message |
For an assignable coding teammate (Backend / Frontend / Mobile / QA that opens PRs in your repo), install the separate
@aioproductoscom/mcp-agent.
Links
- Website: aioproductos.com
- Platform: platform.aioproductos.com
- MCP docs & host picker: aioproductos.com/mcp
- Claude Code plugin (one install = connector +
/triagecommand): github.com/AIOProductOS/claude-plugin - Support: [email protected] — a human founder answers every email.
License
MIT. The package is free; it connects to a paid AIOProductOS workspace — every plan has a 14-day onboarding runway and a 30-day money-back guarantee.
