πΉ mcp
Copy a setup prompt with the install steps and the full markdown guide for this plugin.
π€ Start the Capgo MCP (Model Context Protocol) server for AI agent integration.
npx @capgo/cli@latest mcpThis command starts a local stdio MCP server that exposes Capgo account tools for AI agents.
The server is designed for non-interactive, programmatic use after npx @capgo/cli@latest login.
A remote Streamable HTTP MCP server is also published at https://capgo.app/mcp for docs discovery, when-to-use guidance, and OpenAPI location. The remote server does not mutate a Capgo account. The machine-readable manifest is at https://capgo.app/.well-known/mcp.json.
Available local tools include:
capgo_list_apps,capgo_add_app,capgo_update_app,capgo_delete_appcapgo_upload_bundle,capgo_list_bundles,capgo_delete_bundle,capgo_cleanup_bundlescapgo_list_channels,capgo_add_channel,capgo_update_channel,capgo_delete_channelcapgo_get_current_bundle,capgo_check_compatibilitycapgo_list_organizations,capgo_add_organizationcapgo_star_repository,capgo_star_all_repositoriescapgo_get_account_id,capgo_doctor,capgo_get_statscapgo_request_build,capgo_generate_encryption_keys
Example configuration
Section titled βExample configurationβAdd the following configuration to claude_desktop_config.json:
{ "mcpServers": { "capgo": { "command": "npx", "args": ["@capgo/cli", "mcp"] } }}Example:
npx @capgo/cli mcp