How to Use the Cloudflare Alternative MCP in Claude Code
Run Cloudflare Alternative commands directly from your terminal with Claude Code to manage DNS, KV, and workers.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cloudflare Alternative MCP to Claude Code
Create your Vinkius account to connect Cloudflare Alternative to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Terminal-Driven DNS Shifts in Claude Code
Claude Code runs `list_zones` and `create_dns_record` directly from your command line using this server. SREs can manage zone files without clicking through web consoles, query to find your target domain, and spin up new subdomains or modify MX records on the fly. If you need to clean up legacy routes, pipe the output to `delete_dns_record` to drop stale IPs instantly. This terminal-first MCP Server handles all DNS modifications directly from your command line.
Scriptable KV Storage Management
Querying your edge storage is handled by Claude Code via `list_kv_namespaces` and `get_kv_value`. Debugging edge environments from the terminal becomes straightforward when you can find your active data stores and pull live values to verify configuration states. You can quickly write updated JSON configs or toggle feature flags on the edge by pushing payloads with `put_kv_value`. This MCP setup lets the agent process these key-value updates without requiring heavy local scripting.
Edge Workers and CDN Analytics Auditing
Edge deployments are exposed directly in your shell using `list_workers` and `get_zone_analytics`. Audit serverless deployments directly in your terminal to fetch script statuses, deployment timestamps, and resource bindings. Combine this with analytics data to pull traffic spikes and review origin load metrics. You can diagnose performance drops and security threats without leaving your SSH session.
Set up Cloudflare Alternative MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecloudflare-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Cloudflare Alternative transactions." It will automatically discover and invoke the available Cloudflare Alternative tools.
claude mcp add --transport http cloudflare-alternative-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Cloudflare Alternative MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cloudflare Alternative MCP today
We host it, we monitor it, we maintain it. You just paste one token.