Roboflow MCP Server
Create computer vision projects, train models, and deploy them with Roboflow MCP server
Documentation
Installation
Claude ConnectorRecommended ▶
Add Roboflow to Claude — click the link, confirm, and you’re done. Works everywhere — Claude.ai, Desktop, and Claude Code. You’ll be prompted to sign in to Roboflow with OAuth on first use.
Claude Code (CLI)▶
If you prefer the terminal:
claude mcp add -s user roboflow \ --transport http https://mcp.roboflow.com/mcpCopy
Cursor▶
Add this to Cursor’s MCP config (~/.cursor/mcp.json):
{ "mcpServers": { "roboflow": { "type": "http", "url": "https://mcp.roboflow.com/mcp" } } }Copy
Codex▶
Add this to ~/.codex/config.toml:
[mcp_servers.roboflow] url = "https://mcp.roboflow.com/mcp"Copy
For AI agents
A short, LLM-friendly summary of this server lives at/llms.txt following the llms.txt convention.