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

bash
claude mcp add --transport http actuant https://www.actuant.dev/api/mcp

Then 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:

~/.codex/config.tomltoml
[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)

bash
npx -y mcp-remote https://www.actuant.dev/api/mcp

mcp-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.