HomeProductivity › AIOProductOS MCP

AIOProductOS MCP

AIOProductOS: revenue, feedback, work and analytics on one customer record. 71 tools, 3 apps.

Official JavaScript Cloud Remote
★ 0 stars Last pushed 2026-07-30 License: MIT

Topics: Product Management

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://platform.aioproductos.com/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http claude-plugin https://platform.aioproductos.com/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "claude-plugin": {
      "url": "https://platform.aioproductos.com/api/mcp"
    }
  }
}

Package (npm 0.19.0)

npx -y @aioproductoscom/mcp@0.19.0

Or add to your MCP client config:

{
  "mcpServers": {
    "claude-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "@aioproductoscom/mcp@0.19.0"
      ],
      "env": {
        "PRODUCTOS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • PRODUCTOS_TOKEN required secret — AIOProductOS personal access token (Settings → Tokens & Agents).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry