Skip to main content
Cyberwave Logo

MODEL CONTEXT PROTOCOL

Control Your Robots from Any AI Tool

Connect Claude, Cursor, VS Code, Gemini CLI, and any MCP-compatible client to Cyberwave. Inspect robots, run automation jobs, and stream telemetry — right from your AI assistant.

Client Setup

Choose your preferred AI client and follow the setup instructions

CAPABILITIES

What You Can Do

The Cyberwave MCP server exposes your robotics infrastructure as tools any AI agent can call.

Any AI Client

Works with Claude Code, Cursor, VS Code, Gemini CLI, Codex CLI, and any MCP-compatible client.

Real-Time Control

Inspect robots, list workspaces, trigger automation jobs, and stream telemetry — all from your AI assistant.

Secure by Default

All requests are authenticated with your Cyberwave API key. No infrastructure to manage on the hosted endpoint.

Hosted or Self-Hosted

Use the managed endpoint at mcp.cyberwave.com or run your own cyberwave-mcp-server for full control.

Inspect First

The MCP tools follow a safe inspect-first pattern: list → get → execute=false → execute=true.

JSON-RPC over HTTP

Streamable HTTP transport with JSON-RPC 2.0. Compatible with the latest MCP specification.

SELF-HOSTED

Run Your Own MCP Server

For enterprise deployments with custom auth, networking, or data policies.

bash

cd cyberwave-clis/cyberwave-mcp-server
pip install -e .
CYBERWAVE_API_KEY=cw_live_... cyberwave-mcp-server

See the full documentation for authentication options and enterprise configuration.

Ready to Get Started?

Grab your API key and connect your first MCP client in under a minute.