Install Om MCP in Claude

Add the hosted Om MCP in Claude.ai, Claude Desktop, or Claude Code and authenticate with OAuth.

Review OAuth permissions

In Claude.ai, Claude Desktop, and Claude Code, review the permissions before approving the Om connection. Om requires the email permission. Do not select or approve openid, profile, or phone. If any of those permissions is requested, cancel the connection instead of approving.

Claude.ai and Claude Desktop

Custom connectors work in Claude on the web and Claude Desktop. Use the same hosted URL. Claude then runs the OAuth login in the browser.

Add Om as a custom connector

1

Open Connectors

Go to Customize → Connectors, or open claude.ai/settings/connectors.

2

Add a custom connector

Name it Om.

3

Paste the hosted URL

Use https://agents.omtx.ai/mcp. Leave OAuth client id and secret blank.

4

Connect and sign in

Click Add, then Connect, and finish the Om login in the browser.

5

Enable Om in chat

Start a new chat. Use the + menu to enable the Om connector, then ask for om_status.

Claude Code

Claude Code can connect directly to remote HTTP MCP servers. Register the hosted MCP URL, then use /mcp inside Claude Code to complete OAuth.

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

Save the server entry without embedding secrets in tracked files.

2

Restart Claude Code

Claude Code only reads new MCP servers on startup.

3

Authenticate from `/mcp`

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

4

Confirm the server is attached

After login completes, ask for `om_status` inside the session.

OAuth auth

Anthropic’s Claude Code docs use /mcp to authenticate to remote MCP servers that require OAuth 2.0. Hosted Om MCP follows that path, so you add the server first and then authenticate from the Claude Code UI.

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 job request and wait until it completes.