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
Latest Blog Posts
- 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