SuperPowers AI hosted MCP server

Connect Claude, ChatGPT, Codex, or another compatible client to Super over Streamable HTTP. OAuth keeps every tool owner-scoped. One Android device is free after login; project chat, Mac, iPhone, Meta Display, and computer-use-cache actions use the account's Super credits only when a premium action is accepted.

OAuth 2.0 with PKCEOne free Android devicePersistent project chatOwner-scoped remote devicesStreamable HTTPOAuth 2.0 with PKCEOne free Android devicePersistent project chatOwner-scoped remote devicesStreamable HTTP

Canonical endpoint

Use https://app.getsupers.com/mcp. The transport accepts authenticated JSON-RPC requests with POST. The server card advertises supported protocol versions and the canonical Streamable HTTP remote.

Free Android endpoint

Use https://app.getsupers.com/mcp/android for the free-only surface. It exposes setup, listing, and command tools for one Android device connected through the official Super APK.

Authentication discovery

Start at https://app.getsupers.com/.well-known/oauth-protected-resource/mcp. Register a client dynamically, use Authorization Code with PKCE, and request only the scope required by the selected tool.

Connect with least privilege

The server describes its own transport, authentication, scopes, and tools.

Discover the server

The canonical server card is published at /.well-known/mcp/server-card.json. Compatibility aliases are also available at /.well-known/mcp.json and /.well-known/mcp. The transport-specific card is available at https://app.getsupers.com/mcp/server-card.

Request only needed scopes

Use mcp:android for free phone-farm setup and commands, mcp:projects for project state, mcp:chat for persistent Super chat, and mcp:devices for premium remote-device tools. Tokens are resource-bound and cannot be reused against the Super API.

Initialize and list tools

Send an MCP initialize request, then call tools/list. Begin Android setup with super_phone_farm_setup. Clients should read the published input schemas and tool annotations instead of guessing command arguments.

Billing boundary

Login is always required. Android setup, listing, and Android commands for the included device require zero credits. Premium project chat and device delivery check account credits at execution time. The free-only Android endpoint never exposes purchase or upgrade tools.

Connect to Super with a discoverable contract.

Use the published server card, OAuth metadata, and live Streamable HTTP endpoint to build without a sales call.