Skip to content

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/mcp

Authentication happens through your AgentDepot account via OAuth — no API keys to copy around.

  • 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.
  1. 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.)
  2. Enter a name (e.g. AgentDepot) and the server URL https://api.agentdepot.org/mcp. Leave the advanced OAuth fields empty.
  3. Click Add, then Connect. A window opens asking you to sign in to AgentDepot and approve access.
  4. After approving, the connector shows as connected.

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.

claude mcp add --transport http agentdepot https://api.agentdepot.org/mcp

Claude Code opens your browser for the same OAuth sign-in on first use.

  • 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_documentation tool 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”.
  • “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.