Claude Code is the command line version of Anthropic’s AI assistant, Claude. Once successfully connected to Omni, you can interact with your Omni data right in your Claude Code session. Looking for the Omni agent skills for Claude Code? See the Agent skills documentation for a broader set of skills beyond querying. Looking for Claude Desktop? Check out the Claude Desktop guide.Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
Every person who wants to use the MCP Server must complete the setup.
- To install Claude Code
- To have the following enabled in Omni:
- The MCP Server AI setting. An Organization Admin can enable this setting by navigating to Settings > AI > General.
- Personal access tokens (PATs). An Organization Admin can activate them by going to Settings > API Keys > Personal tokens.
Setup
- Claude Connector (Recommended)
- Manual CLI Setup
- Claude Code Cloud
The official Omni connector for Claude provides the fastest setup experience with no manual configuration required.
Install the connector
Visit the Omni Analytics connector page and click Add to Claude to install the connector. This adds the Omni MCP server to both Claude Desktop and Claude Code.
Start a new Claude Code session
Run
claude to start a new session. The Omni MCP server will be available automatically.Authorize the connection
- Claude Code will detect the Omni connector and prompt you to authenticate.
- Your browser will open and redirect you to an Omni authorization page.
- Review the requested permissions and click Authorize.
Troubleshooting
Tool denial in 'don't ask' mode
Tool denial in 'don't ask' mode
Claude Code may sometimes return an error similar to:This mode automatically blocks tools that aren’t pre-approved rather than prompting you for approval. To resolve this issue, you have a few options:
- Restart Claude Code with the tools allowed:
- Update your permission settings to allow MCP tools. Add
mcp__omni__*to your allowed tools in your Claude Code settings or.claude/settings.json - Switch out of ‘don’t ask’ mode, which will ensure you are prompted to approve tool calls



