Optional integration · Developer guide

Already live in your AI client? Connect a copilot over MCP.

Every My Copilot AI product works fully on its own, through the assistant built into it. This page is for the optional path: if you would rather ask from inside ChatGPT, Claude, Gemini, Cursor or VS Code, Model Context Protocol brings the same copilot to you.

Transport Agnostic
Stdio / SSE

Transport Agnostic

Our servers run via standard process input/output (stdio) locally on your workstation, or via encrypted Server-Sent Events (SSE) for remote agents.

Stateless Auth
Revocable Keys

Stateless Auth

Studio API tokens provide cryptographically scoped access. Each MCP session is stateless and isolated; token revocation is instantaneous from your web dashboard.

High Token Density
< 120ms Latency

High Token Density

Tools return concise markdown abstractions specifically formatted for LLM context windows, maintaining <150ms execution latencies without cluttering chat history.

Developer MCP Setup

Select your runtime to view the standard JSON declaration.

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "money-copilot": {
      "command": "npx",
      "args": ["-y", "@copilotai/money-mcp@latest"],
      "env": {
        "MONEY_API_KEY": "copilot_live_sec_your_key"
      }
    },
    "frame-copilot": {
      "command": "npx",
      "args": ["-y", "frame-copilot-ai"]
    },
    "billable-copilot": {
      "command": "npx",
      "args": ["-y", "@copilotai/billable-mcp@latest"],
      "env": {
        "BILLABLE_API_KEY": "copilot_live_sec_your_key"
      }
    }
  }
}

Per-product integration docs

You never need these to use a product — its own copilot is already built in. They are here for when you would rather drive it from your own AI client:

The protocol layer

Quiet infrastructure behind a natural conversation.

MCP connects assistants to specialized capabilities while keeping access explicit, narrow, and understandable.

Modern illuminated server infrastructure in a secure data center
01Dependable infrastructure
Developer writing software at a multi-screen workstation
02Built for technical clarity
Rows of connected computing equipment with status lights
03Connected with clear boundaries