Installation
Claude Connector Recommended ▶
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/mcp
Cursor ▶
Add this to Cursor’s MCP config (~/.cursor/mcp.json):
{
"mcpServers": {
"roboflow": {
"type": "http",
"url": "https://mcp.roboflow.com/mcp"
}
}
}
Codex ▶
Add this to ~/.codex/config.toml:
[mcp_servers.roboflow]
url = "https://mcp.roboflow.com/mcp"
For AI agents
A short, LLM-friendly summary of this server lives at
/llms.txt
following the llms.txt convention.