Agents & MCP
Connect Claude Code, Cursor, or Codex to Actuant
Step-by-step: add the Actuant MCP server to Claude Code, Cursor, VS Code, or Codex CLI, complete the OAuth sign-in, and verify all 13 tools are available.
Last updated 2026-07-19
The server is remote and OAuth-authenticated. Pick your client below, run the setup, then complete the browser sign-in.
Claude Code
claude mcp add --transport http actuant https://www.actuant.dev/api/mcpThen run /mcp, choose actuant, and pick Authenticate. Your browser opens actuant.dev — sign in and press "Authorize Claude Code".
Codex CLI
Add to ~/.codex/config.toml, then restart Codex — it walks the same browser sign-in when the server responds with its OAuth metadata:
[mcp_servers.actuant]
url = "https://www.actuant.dev/api/mcp"Cursor / VS Code / other MCP-native clients
Add a remote MCP server named actuant with URL https://www.actuant.dev/api/mcp. The client discovers the OAuth endpoints automatically (/.well-known/oauth-protected-resource) and opens the browser to authenticate.
Stdio-only clients (no remote MCP support)
npx -y mcp-remote https://www.actuant.dev/api/mcpmcp-remote handles the OAuth dance and opens the browser for you.
If you're not signed in to Actuant when the browser opens, the consent page routes you through login first — that's expected. Running an audit always requires a signed-in Actuant account.
Verify
List the server's tools — you should see 13 (eight free, five plan-gated). If you get 401s, redo the browser authorization rather than guessing at credentials.
Keep reading
Tools reference
The complete Actuant MCP tool list: eight free tools (scan_app, get_scan, audit_app, get_audit, list_apps, scan_history, explain_check, get_account) and five plan-gated tools for the Launch and Portfolio plans.
API keys
For headless environments and CI where a browser can't open for OAuth, mint a manual bearer API key in Settings and pass it as an Authorization header to the Actuant MCP server.
Quickstart
Run your first Actuant launch-readiness audit in under a minute: create a free account, paste your app URL, watch the checklist run live, and get a 0–100 score with a prioritised fix list.