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,
the simplest setup is to 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
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.