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
Open Connectors
Go to Customize → Connectors, or open claude.ai/settings/connectors.
Add a custom connector
Name it Om.
Paste the hosted URL
Use https://agents.omtx.ai/mcp. Leave OAuth client id and secret blank.
Connect and sign in
Click Add, then Connect, and finish the Om login in the browser.
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 add --transport http omtx https://agents.omtx.ai/mcp{
"mcpServers": {
"omtx": {
"type": "http",
"url": "https://agents.omtx.ai/mcp"
}
}
}Verify the install
Save the config
Save the server entry without embedding secrets in tracked files.
Restart Claude Code
Claude Code only reads new MCP servers on startup.
Authenticate from `/mcp`
Use the MCP menu inside Claude Code to start the browser-based OAuth login flow.
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.