https://mcp.autousers.ai/mcp; no package installation is required for most clients.
Connect
- Direct URL (recommended)
- Stdio (CI/headless)
- Bridge (stdio-only clients)
Paste VS Code + GitHub Copilot — Claude Code CLI:Codex CLI:
https://mcp.autousers.ai/mcp into your client’s MCP connector UI. OAuth 2.1 launches in the browser on first use — no API key needed for interactive sessions.Cursor —
~/.cursor/mcp.json:.vscode/mcp.json (workspace) or ~/.config/Code/User/mcp.json (global):Authentication
OAuth is recommended for interactive sessions (Claude.ai, Claude Desktop,
Cursor, VS Code, ChatGPT). API keys are the right choice for CI pipelines and
headless scripts.
OAuth 2.1
When you add the server URL to a supported client, an OAuth 2.1 PKCE flow launches in the browser. After you approve, the client receives a short-lived access token (~15 minutes) that rotates automatically via a refresh token. No static credentials are stored on the client.API keys
API keys are long-lived bearer tokens for headless environments. Pass them asAuthorization: Bearer ak_live_... — either as an HTTP header in direct-URL clients or as the AUTOUSERS_API_KEY environment variable for stdio.
Mint keys at app.autousers.ai/settings/api-keys. Keys are shown once at creation — store them in a secrets manager immediately.
Scopes
Tools
The server exposes 39 tools across four categories. Read-only tools carryreadOnlyHint=true and are safe to call without side effects.
Templates (6)
Evaluations (14)
Autousers (15)
Settings (4)
Prompts
Five canned workflows are registered as MCP prompts. Invoke them from your client’s slash menu — the server pre-fetches relevant data and guides the AI through each workflow end-to-end.Resources
Three readable resource URIs let your AI client fetch structured data directly:Configuration
Diagnostics
Run the bundled doctor command to verify your configuration:AUTOUSERS_API_KEY is set (for stdio auth), that the API host is reachable, and that at least one tool call succeeds. The command exits non-zero on any misconfiguration, so it integrates cleanly into CI pre-flight checks.