# cloudflare/cloudflare-os | Model Context Protocol (MCP) Server > Agent workspace built on Cloudflare Workers for creating documents, building apps, and running agents with your company’s context and systems. - **Stars**: ⭐ 7,143 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "cloudflare-os": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cloudflare-os" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "cloudflare-os": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cloudflare-os" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-cloudflare-os` - **Docker**: `docker run -i --rm mcp/cloudflare-os`