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
Claude Desktop
Anthropic's desktop app for Claude
Cursor
AI-powered code editor
Claude Code
Claude's CLI coding assistant
Cline
VS Code extension for AI coding
ChatGPT
OpenAI's ChatGPT with MCP support
Quick Reference
| Client | Transport | Configuration |
|---|---|---|
| Claude Desktop | HTTP | claude_desktop_config.json |
| Cursor | HTTP | Settings UI |
| Claude Code | HTTP | .claude/settings.json |
| Cline | HTTP | Extension settings |
| ChatGPT | HTTP | Developer settings |
How It Works
- Install modules on Odel via the marketplace
- Find the module URL on the module's config page (e.g.,
https://mcp.odel.app/Odel/calculator-basic) - Configure your client to connect to the module-specific URL
- Authenticate when prompted (uses your Odel account)
- 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!