Skip to content

MCP Server

Cmd+Ctrl provides an MCP server that lets AI agents interact with your sessions programmatically.

Configuration

Add to your MCP client config:

json
{
  "mcpServers": {
    "Cmd+Ctrl": {
      "url": "https://api.cmd-ctrl.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Getting Your API Token

  1. Open app.cmd-ctrl.ai
  2. Go to SettingsAPI Tokens
  3. Create a new token and copy it

Available Tools

Once configured, Claude can:

  • List your agent sessions
  • Start new sessions on your devices
  • Send messages to existing sessions
  • List your registered devices and projects