MCP Directory
Back

agents

by cloudflare · TypeScript · ★ 4,857

Build and deploy AI Agents on Cloudflare

#agents#ai#cloudflare#durable-objects#workflows

Install

npx -y github:cloudflare/agents

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "agents": {
      "command": "npx",
      "args": [
        "-y",
        "github:cloudflare/agents"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/agents) [](https://www.npmjs.com/package/agents) Agents are persistent, stateful execution environments for agentic workloads, powered by Cloudflare [Durable Objects](https://developers.cloudflare.com/durable-objects/). Each agent has its own state, storage, and lifecycle — with built-in support for real-time communication, scheduling, AI model calls, MCP, workflows, and more. Agents hibernate when idle and wake on demand. You can run millions of them — one per user, per session, per game room — each costs nothing when inactive. Or add to an existing project…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers