> ## 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.

# AI MCP Server settings

> Enable and disable individual MCP Server tools in your Omni organization.

<Note>
  **Organization Admin** permissions are required to access and modify MCP Server settings.
</Note>

## MCP server

Controls whether users can authorize external AI tools (like Claude Desktop, ChatGPT, or Cursor) to connect to Omni via the [MCP Server](/ai/mcp). **Enabled by default**.

When disabled:

* New OAuth authorization requests return a `403` error
* Existing MCP grants are blocked from making tool calls

To configure [Personal Access Tokens](/api/authentication#token-types), navigate to **Settings > API access**.

<h2 id="agentic">
  Agentic capabilities
</h2>

Controls access to Omni's full agentic AI assistant through the MCP Server. **Enabled by default.**

When enabled, the following tools are available:

* `askOmni` - Submit open-ended, multi-step analysis jobs
* `checkStatus` - Poll the status of agentic jobs
* `pickModel` - Select which Omni model to query
* `pickTopic` - Select which topic to query

<Note>
  The `pickModel` and `pickTopic` tools are shared selectors that register once when either **Agentic capabilities** or **Single shot query generation** is enabled. These options are only available when the top-level **MCP server** setting is enabled.
</Note>

<h2 id="doc-search">
  Omni documentation search
</h2>

Controls access to Omni's documentation search through the MCP Server. **Enabled by default.**

When enabled, the `searchOmniDocs` tool can be used to search and retrieve information from Omni's official documentation.

<h2 id="single-shot">
  Single shot query generation
</h2>

Controls access to direct query generation through the MCP Server. **Disabled by default.**

When enabled, the following tools are available:

* `getData` - Execute queries against selected models and topics
* `pickModel` - Select which Omni model to query
* `pickTopic` - Select which topic to query

## Related

* [AI feature settings](/ai/settings/features) - Enable and disable individual AI features in your Omni organization
* [AI Hub](/administration/ai-hub) - Monitor how your organization uses Omni AI
