Install Om MCP in Claude Code

Add the hosted Om MCP to Claude Code and authenticate with Claude Code OAuth.

Claude Code can connect directly to remote HTTP MCP servers. For Om MCP, register the hosted MCP URL, then use /mcp inside Claude Code to complete the OAuth login flow.

claude mcp addBash
claude mcp add --transport http omtx https://agents.omtx.ai/mcp
.mcp.jsonJSON
{
  "mcpServers": {
    "omtx": {
      "type": "http",
      "url": "https://agents.omtx.ai/mcp"
    }
  }
}

Verify the install

1

Save the config

Keep the hosted server URL in client-local config.

2

Restart Claude Code

Claude Code only reads new MCP servers on startup.

3

Authenticate with OAuth

Use the MCP menu inside Claude Code to start the browser-based OAuth login flow.

4

Confirm the server is attached

Use the MCP tool listing or ask for `om_status` inside the session.

OAuth auth

Claude Code supports browser-based login for remote HTTP MCP servers that require OAuth 2.0. Hosted Om MCP follows that path, so you should not add static API-key headers for hosted MCP startup.

Good first prompts

  • Use Om MCP to gather a target landscape for EGFR.
  • Show me what Data Access tools Om MCP exposes.
  • Launch a Hub run and wait until it completes.