Overview
Connect Your MCP Client
The Atomicwork MCP server uses streamable HTTP transport and can be connected from any MCP-compatible client.
Server URL
https://<your-subdomain>.atomicwork.com/mcpReplace <your-subdomain> with your Atomicwork tenant subdomain.
Authentication
All requests require a bearer token passed in the Authorization header — for example, Authorization: Bearer aw_xxx. You can generate a token from Settings > API Keys in your Atomicwork dashboard.
Supported Clients
| Client | Transport | Config Format |
|---|---|---|
| Claude Code | HTTP (native) | .mcp.json or CLI command |
| Claude Desktop | stdio (via mcp-remote bridge) |
