
Before you connect
- In Atomic, open
Profile settingsand selectMCP. - Create an MCP token and copy the raw
atmcp_...value immediately. Atomic only shows it once. - Use the MCP endpoint:
How project access works
MCP tokens inherit your user permissions. They cannot access projects you cannot already open in Atomic. You do not need to put a project id in your client configuration. When a tool runs:- Atomic uses the only accessible project automatically when your account has access to one project.
- If your account has access to multiple projects, Atomic returns a project chooser with each project id, name, domain, and workspace.
- Ask the AI client to use the right project and rerun the tool with
projectIdin the tool arguments.
Cursor
Cursor can connect directly to Atomic’s HTTP MCP endpoint. Open Cursor MCP settings and add this server to yourmcp.json:
atomic-ai MCP server in Cursor. The tools list should load without any project-specific header.
Claude Desktop
Claude Desktop expects local stdio MCP servers inclaude_desktop_config.json. Use mcp-remote to bridge Claude Desktop to Atomic’s HTTP MCP endpoint.
Add this server to ~/Library/Application Support/Claude/claude_desktop_config.json on macOS:
Claude Code
Claude Code can add Atomic as a remote HTTP MCP server from the terminal:atomic-ai is connected and that tools are available.
Other MCP clients
Use Atomic as a remote HTTP MCP server when the client supports HTTP MCP:mcp-remote with the Claude Desktop pattern.
Test the connection
You can test the token and endpoint withcurl:
tools array.
Troubleshooting
The client shows no tools
Check that the MCP token is active, the endpoint ends with/api/mcp, and the authorization header starts with Bearer .
Claude Desktop says the config is invalid
Use thecommand and args format with mcp-remote. Claude Desktop does not accept the direct url and headers format used by Cursor.
The tool asks you to choose a project
Choose the project by name or domain. The AI client should call the tool again with the returnedprojectId in the tool arguments.
A token was shared by mistake
Revoke it fromProfile settings > MCP immediately and create a new token.

