Roboflow MCP Server
The Roboflow MCP Server enables programmatic management of Roboflow datasets and projects from MCP-compatible clients (e.g., Claude Desktop, Cursor). Key capabilities include:
Workspace & Project Management
Retrieve workspace metadata and list all projects
Get detailed project info (classes, image count, splits)
Image Management
Upload single or batch images via URL, local file path, or base64 encoding
Search images by tag, class name, or semantic prompt (with pagination)
Retrieve image metadata or delete images
List upload batches for a project
Image Tagging
Add, remove, or replace tags on images
Annotation Management
Upload annotations in COCO, YOLO, Pascal VOC, CreateML, or Roboflow JSON format
List annotation jobs with optional status filtering
Promote fully-reviewed annotation jobs into the dataset with configurable train/valid/test splits
Dataset Versioning & Export
List, get, create, and delete dataset versions
Initiate async version generation with custom preprocessing and augmentation settings
Poll generation status (queued, generating, ready, failed)
Export versions in formats like COCO, YOLOv5/v8/v11, Pascal VOC, TFRecord, and more
Download exported dataset ZIP files to disk
Safety Controls Destructive operations (delete image, delete version, download to disk, etc.) require explicit confirmation and appropriate server mode.
Exposes the Roboflow API to manage datasets, upload and tag images, push annotations, and inspect projects.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Roboflow MCP Serverlist datasets in my workspace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-roboflow
An MCP server that exposes the Roboflow API to MCP-compatible clients like Claude Code, Claude Desktop, and Cursor.
Use it to manage datasets, upload and tag images, push annotations, and inspect projects without leaving your editor.
Not affiliated with Roboflow Inc. This is a community project.
Status
Early development. The public API and tool names will change until v1.0.0.
See CHANGELOG.md for what shipped in each release.
Related MCP server: claude-bridge-mcp
Install
Requires Python 3.10 or newer and a Roboflow private API key.
Claude Code
claude mcp add roboflow \
--scope user \
--env ROBOFLOW_API_KEY=your_key_here \
-- uvx mcp-server-roboflowRestart Claude Code. Tools appear as mcp__roboflow__*.
From source
git clone https://github.com/MayankD409/Roboflow-MCP-Server.git
cd Roboflow-MCP-Server
uv sync
uv run mcp-server-roboflowConfiguration
Environment variables (copy .env.example to .env for local dev):
Variable | Required | Description |
| yes | Your Roboflow private API key |
| no | Default workspace slug, so tools can omit it |
| no | Override the API base (default |
| no | Override the app host used by session-cookie tools (default |
| no | Browser-session Cookie header for |
| no |
|
Tools
See docs/TOOLS.md for the full list. v0.1 focuses on dataset management: list workspaces and projects, upload images, add and filter by tags, upload annotations.
Contributing
We follow Git Flow and test-driven development. New tools land through PRs to
develop; releases cut from develop into main with a semver tag.
Read CONTRIBUTING.md before opening a PR. Bugs and feature ideas go in issues.
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceLocal MCP server that provides semantic search (RAG) over code repositories, enabling AI clients like Claude and Gemini to access project context without manual re-upload.Last updated
- Alicense-qualityFmaintenanceAn MCP server that exposes your local Claude Code CLI over HTTP+SSE, enabling any MCP-compatible client to use your Claude Code MAX/PRO subscription remotely.Last updated301MIT
- Alicense-qualityBmaintenanceA dead simple MCP server for exposing your app functions to AI agents like Claude Desktop.Last updated5385MIT

Robonine MCP Serverofficial
AlicenseAqualityDmaintenanceA local MCP server that connects Claude Code or any MCP-compatible AI assistant to a Robonine robot arm.Last updated1MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MayankD409/Roboflow-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server