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

## Requirements

To access and modify MCP Server settings, you'll need:

* **Organization Admin** permissions
* **To enable these settings**:

  * **Enable AI** in **Settings > General**
  * **Omni Agent** in **AI Hub > General > Features**

  These are required to use the MCP Server's querying tools, which are also used by the in-app Omni Agent. If **Omni Agent** is disabled, MCP tools other than `pickModel` will still appear in your MCP client but will return `403 Feature is not enabled` errors when called.

## 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="content-access">
  Content access
</h2>

Controls access to saved content search through the MCP Server. **Enabled by default.**

When enabled, the `searchDashboards` and `listDashboardQueries` tools become available, allowing MCP clients to find existing dashboards by name, folder, or tile name and list the saved queries on a given dashboard.

<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
