Back to Help

Connecting a client

April 15, 2026

Add the OmniCon MCP server to Claude Desktop, Claude Code, or any MCP client.


The server URL is always:

https://mcp.omnicon.cloud

Claude Desktop / Claude.ai

  1. Open Settings → Connectors.
  2. Add a new connector with URL https://mcp.omnicon.cloud.
  3. A browser window prompts you to sign in to OmniCon and authorize the client. Approve and you're connected.

Claude Code (CLI)

Add the server to your MCP config with a claude mcp add command pointing at the same URL. Claude Code will open the browser on first use for OAuth.

Other MCP clients

Any client that speaks Streamable HTTP + OAuth works. Point it at https://mcp.omnicon.cloud and follow the OAuth redirect. The server publishes its metadata at /.well-known/oauth-authorization-server for clients that auto-discover.

Smoke test

Ask Claude "list my organizations in OmniCon." If the connection is good, it calls get_my_organizations and lists the orgs your account belongs to.