MCP Store
Atomicwork MCP Server
Atomicwork MCP server
Connect the Atomicwork MCP server
Connect AI tools to Atomicwork via MCP to manage requests and incidents from your AI assistant.
Connect your AI tools to Atomicwork using the Model Context Protocol (MCP). Query tickets, create incidents, and manage service requests directly from your preferred client.
Authentication
The Atomicwork MCP server uses API token authentication. You need a public API token from your Atomicwork account.
To generate your API token:
- Navigate to Profile > Public API Tokens.
- Click Generate Token.
- Copy the token (format: aw_xxx). You will not be able to see it again.
Your API token grants access to Atomicwork data scoped to your account permissions. Treat it like a password. Do not share it publicly. If a token is ever exposed, revoke it immediately and generate a new one.
Setup and configuration
The MCP server endpoint is tenant-specific. For example, if your Atomicwork tenant is acme, your endpoint is https://acme.atomicwork.com/mcp.
- Server URL: <https://<your-tenant>.atomicwork.com/mcp>
- Transport: Streamable HTTP
- Auth Header: Authorization: Bearer aw_xxx
Claude Code
Run the following command in your terminal, replacing acme with your tenant name and aw_xxx with your API token:
