Use with Claude Desktop
AgentDepot runs a hosted MCP server that lets Claude manage your AgentDepot workspace directly from a conversation: create and configure agents, build reusable blocks (code tools, prompts, skills), start chats, and read their results.
The server URL is:
https://api.agentdepot.org/mcpAuthentication happens through your AgentDepot account via OAuth — no API keys to copy around.
What you need
Section titled “What you need”- A paid Claude plan (Pro, Max, Team, or Enterprise). Custom connectors are not available on the free plan.
- An AgentDepot account that belongs to at least one organization.
Connect on claude.ai
Section titled “Connect on claude.ai”- Open claude.ai connector settings — this link opens the connector settings directly. (Manual path: Customize → Connectors → Add custom connector. On Team/Enterprise plans, connectors are managed under Organization settings by an admin.)
- Enter a name (e.g.
AgentDepot) and the server URLhttps://api.agentdepot.org/mcp. Leave the advanced OAuth fields empty. - Click Add, then Connect. A window opens asking you to sign in to AgentDepot and approve access.
- After approving, the connector shows as connected.
Connect in Claude Desktop
Section titled “Connect in Claude Desktop”Connectors are tied to your Claude account, so anything you add on claude.ai is also available in Claude Desktop after a restart. To add it from the app instead: Settings → Connectors → Add custom connector, then follow the same steps as above.
Connect in Claude Code
Section titled “Connect in Claude Code”claude mcp add --transport http agentdepot https://api.agentdepot.org/mcpClaude Code opens your browser for the same OAuth sign-in on first use.
Using the connector
Section titled “Using the connector”- In a chat, open the + (tools) menu, choose Connectors, and make sure AgentDepot is enabled for the conversation.
- Ask Claude to “read the AgentDepot documentation” — the connector ships a
read_documentationtool that teaches Claude the platform end to end, so you can immediately ask for things like “create an agent that triages incoming support email”. - If you belong to several organizations, tell Claude which one to work in, or ask it to “list my orgs”.
Troubleshooting
Section titled “Troubleshooting”- “Your account was authorized, but AgentDepot returned an error when connecting.” Try connecting again. If it keeps failing, remove the connector and add it back.
- Claude doesn’t see any AgentDepot tools. Check that the connector is enabled for the current conversation via the + menu.
- Requests start failing after working fine. Your session may have expired — open the connector’s settings and reconnect.