Claude Agents MCP Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables 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.Last updated
- 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.Last updated415617MIT
- Alicense-qualityCmaintenanceEnables MCP clients to spawn and control Codex CLI and Claude Code sessions on the host machine, with session management and filesystem access.Last updated4MIT
- AlicenseAqualityDmaintenanceWraps Anthropic Claude Code CLI as tools, allowing MCP clients to invoke headless Claude Code sessions.Last updated268MIT
Related MCP Connectors
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hemichaeli/claude-agents-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server