Odel

Overview

Connect your AI assistant to Odel modules

MCP Clients

Odel modules work with any MCP-compatible client. Once you've installed modules to your Odel profile, you can access them from any of mcp compatible client.

Module-Specific URLs

Each module has its own endpoint URL: https://mcp.odel.app/{creator}/{module-name}

For example: https://mcp.odel.app/Odel/calculator-basic

Supported Clients

Quick Reference

ClientTransportConfiguration
Claude DesktopHTTPclaude_desktop_config.json
CursorHTTPSettings UI
Claude CodeHTTP.claude/settings.json
ClineHTTPExtension settings
ChatGPTHTTPDeveloper settings

How It Works

  1. Install modules on Odel via the marketplace
  2. Find the module URL on the module's config page (e.g., https://mcp.odel.app/Odel/calculator-basic)
  3. Configure your client to connect to the module-specific URL
  4. Authenticate when prompted (uses your Odel account)
  5. Repeat for each module you want to use in that client

One Profile, All Clients

Your installed modules sync across all connected clients. Install once, use everywhere.

Not Listed Here?

Odel works with any client that supports the Model Context Protocol (MCP). If your client supports MCP over HTTP transport, you can likely connect it to Odel using:

  • URL: https://mcp.odel.app/{creator}/{module-name} (one per module)
  • Transport: HTTP
  • Auth: OAuth (your Odel account)

Check your client's documentation for MCP configuration instructions.

Coming Soon: Profiles

We're working on profile support that will let you connect all your modules with a single URL. Stay tuned!

On this page