Every agent

MCP Clients

Copy the correct StaticX MCP configuration for Claude Code, Claude Desktop, Cursor, Cline, Windsurf, Zed, and generic clients.

Install the MCP

Pick your agent, copy the snippet, and paste it into the client configuration. StaticX authenticates with a scoped API token you can expire or revoke at any time.

staticx-mcp-server on GitHub
Claude Code Terminal
claude mcp add staticx --scope user \
  --env STATICX_API_TOKEN=sx_replace_with_your_token \
  --env STATICX_API_BASE_URL=https://staticx.site/api/v1 \
  -- npx -y staticx-mcp-server
Adds StaticX for your user account. Run claude mcp list to verify the connection.

After installation

Restart or refresh the client, confirm the StaticX tools appear, then run the read-only authentication check before publishing anything.

  1. Run staticx_auth_check to verify the scoped token.
  2. Run staticx_list_projects and confirm the expected sites are visible.
  3. Ask the agent to explain the release before it calls a write tool.
  4. Keep rollback and deletion behind explicit confirmation.