Roboflow Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Roboflow Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
Early development. The public API and tool names will change until v1.0.0. See CHANGELOG.md for what shipped in each release.
Requires Python 3.10 or newer and a Roboflow private API key.
claude mcp add roboflow \
--scope user \
--env ROBOFLOW_API_KEY=your_key_here \
-- uvx mcp-server-roboflowRestart Claude Code. Tools appear as mcp__roboflow__*.
git clone https://github.com/MayankD409/Roboflow-MCP-Server.git
cd Roboflow-MCP-Server
uv sync
uv run mcp-server-roboflowEnvironment 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) |
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.
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.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.