https://mcp.roboflow.com/mcp, and click.YOUR_ROBOFLOW_API_KEY with your actual key):~/.codex/config.toml:~/.cursor/mcp.json):The Roboflow MCP Server is a hosted Model Context Protocol (MCP) server at mcp.roboflow.com that gives AI coding agents direct access to a Roboflow workspace. It exposes 67 tools across projects, datasets, training, Workflows, and Universe, so any MCP-compatible client (Claude, Claude Code, Cursor, Codex, Windsurf, Continue) can manage computer vision projects through natural-language prompts. Connect by pasting the config snippet for your agent (Claude Code, Claude Desktop, Codex, or Cursor) from the install section above. Skills are expert markdown playbooks the agent reads as MCP resources, and they install separately with npx @roboflow/skills install.
MCP gives your agent the tools (verbs). Skills give it the expert knowledge (when, why, and how). Tools are live primitives like 'create a project' or 'run a Workflow.' Skills are durable markdown playbooks: api-reference, data-management, inference, plans-and-pricing, product-navigation, training-and-evaluation, and universe.
The REST API is for code. MCP is for agents. The server speaks streamable HTTP at /mcp and presents 67 tools your AI agent can discover and call directly. It is tuned for natural language to tool call workflows rather than hand-written integrations.
Install snippets are provided for Claude Code, Claude Desktop, Codex, and Cursor. The Skills CLI installs standalone Skills into Claude Code, Cursor, OpenCode, and any agent that reads SKILL.md files. The MCP server itself works with anything that speaks MCP over streamable HTTP.
The MCP server is hosted at mcp.roboflow.com, so it runs in the cloud. To connect, paste the config snippet for your agent (or run the claude mcp add command for Claude Code) from the install section above. To also use Skills locally, install the bundle with npx @roboflow/skills install.
Paste your workspace API key into the x-api-key header of the config snippet for your agent (or pass it via the --header flag for the Claude Code CLI command). Grab a key from app.roboflow.com/settings/api.
Yes. For Claude Code, swap -s user for -s project in the claude mcp add command to scope the server to the current project. For other agents, place the config snippet in the project-local config file your client supports (e.g., Cursor reads .cursor/mcp.json in the project root).
The MCP server and Skills are free and open source under Apache-2.0. You only pay for the underlying Roboflow usage on the same plans you already have.
Open an issue or PR on roboflow/computer-vision-skills. Skills are markdown; contributions are mostly editing or adding files under skills/, each with a SKILL.md frontmatter block.