Skip to main content
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 IDE plugin for Claude Code? See the IDE Plugins guide for a broader set of skills beyond querying. Looking for Claude Desktop? Check out the Claude Desktop guide.

Requirements

Every person who wants to use the MCP Server must complete the setup.
To follow the steps in this guide, you’ll need:
  • 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

Troubleshooting

Claude Code may sometimes return an error similar to:
Permission to use mcp__omni__pickModel has been denied because Claude Code is running in don't ask mode
This mode automatically blocks tools that aren’t pre-approved rather than prompted you for approval. To resolve this issue, you have a few options:
  • Restart Claude Code with the tools allowed:
    claude --allowed-tools 'mcp__omni__*'
    
  • 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