Roboflow MCP Server
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.
README
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.
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-roboflow
Restart 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-roboflow
Configuration
Environment variables (copy .env.example to .env for local dev):
| Variable | Required | Description |
|---|---|---|
ROBOFLOW_API_KEY |
yes | Your Roboflow private API key |
ROBOFLOW_WORKSPACE |
no | Default workspace slug, so tools can omit it |
ROBOFLOW_API_URL |
no | Override the API base (default https://api.roboflow.com) |
ROBOFLOW_MCP_LOG_LEVEL |
no | DEBUG, INFO, WARNING, ERROR (default INFO) |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.