Claude Agents MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Claude Agents MCP ServerCreate a Python dev environment and a coder agent."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claude Agents MCP Server
MCP server for the Anthropic Managed Agents API (beta managed-agents-2026-04-01).
Creates and manages Claude Code cloud environments, agents, and sessions programmatically via api.anthropic.com/v1.
Tools (17)
Environments: create_environment, list_environments, get_environment, archive_environment, delete_environment
Agents: create_agent, list_agents, get_agent, list_agent_versions, archive_agent
Sessions: create_session, list_sessions, get_session, send_session_message, list_session_events, archive_session, delete_session
Related MCP server: claude-code-mcp
Environment variables
ANTHROPIC_API_KEY(required) - Anthropic API key with Managed Agents beta access
Endpoints
GET /sse+POST /messages- legacy SSE transportPOST /mcp- Streamable HTTP transportGET /health
Typical flow
create_environment {name: 'python-dev', packages: {pip: ['pandas']}}create_agent {name: 'Coder', model: 'claude-opus-4-8', system: '...'}create_session {agent_id, environment_id}send_session_message {session_id, text: 'clone repo X and fix the bug'}list_session_events {session_id}
This server cannot be deployed
Maintenance
Related MCP Connectors
Build and supervise fleets of agents from Claude Code, Codex or Cursor. Connects over OAuth.
Build and manage AI-native customer support agents from Claude or any MCP client.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Manage Speko voice-AI agents, sessions, calls, phone numbers, knowledge bases, evals, and docs.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables delegation of agentic sessions to Kubernetes-hosted Claude agents running on the Ambient Code Platform. Supports creating, managing, and communicating with remote AI agent sessions through OpenShift authentication.-
- AlicenseAqualityDmaintenanceWraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.434 npm20MIT
- AlicenseNot gradedqualityDmaintenanceEnables MCP clients to spawn and control Codex CLI and Claude Code sessions on the host machine, with session management and filesystem access.4MIT
- AlicenseAqualityDmaintenanceWraps Anthropic Claude Code CLI as tools, allowing MCP clients to invoke headless Claude Code sessions.2972 npmMIT