1. Conduid
  2. Files
  3. mcp-server-roboflow
MCP server · Files

mcp-server-roboflow

Hardened MCP server for the Roboflow API: dataset ingestion, image tagging, annotation upload, version lifecycle. Capability-scoped, audited, SSRF-guarded.

Unclaimed files
37Low

Scored 4 months ago · breakdown

About mcp-server-roboflow

mcp-server-roboflow is an MCP server in the Files category: hardened MCP server for the Roboflow API: dataset ingestion, image tagging, annotation upload, version lifecycle. Capability-scoped, audited, SSRF-guarded. It has been installed 0 times through Conduid.

Install

uvx
uvx mcp-server-roboflow
pip
pip install mcp-server-roboflow

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about mcp-server-roboflow

Powered by Claude · Grounded in docs

I know everything about mcp-server-roboflow. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

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

Apache License 2.0. See LICENSE and NOTICE.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About mcp-server-roboflow

How do I install mcp-server-roboflow?

Run uvx mcp-server-roboflow, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is mcp-server-roboflow safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is mcp-server-roboflow still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.