---
title: Configure OOMOL MCP
description: Connect OOMOL tools to an AI client that supports remote HTTP MCP servers.
lang: en
canonical_url: https://oomol.com/en/docs/agents/mcp/
markdown_url: https://oomol.com/en/docs/agents/mcp.md
---

# Configure OOMOL MCP

Use OOMOL MCP when the AI client supports a remote HTTP MCP server. The client connects to the OOMOL MCP endpoint with a personal MCP API key.

## Generate the configuration

Open the [OOMOL MCP setup page](/en/install/mcp/) to sign in, generate or reset the MCP key, and copy the configuration for your current team.

The generated configuration has this shape:

```json
{
  "mcpServers": {
    "oomol": {
      "url": "https://connector.oomol.com/v1/mcp",
      "headers": {
        "Authorization": "Bearer <mcp-api-key>",
        "x-oo-team-name": "<team-name>"
      }
    }
  }
}
```

Keep the MCP API key out of public repositories, prompts, screenshots, and client logs. Resetting it immediately invalidates configurations that use the previous key.

## Verify the server

Add the generated configuration to the client's MCP settings, restart or reconnect the client when required, and verify that it can list OOMOL tools. Start with a read-only task against one connected App.
