Roboflow-MCP-Server

MayankD409/Roboflow-MCP-Server
★ 0 stars Python AI/LLM Updated today
Expose the Roboflow API via MCP server to your AI agents to manage dataset and inference.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "roboflow-mcp-server": {
      "command": "uvx",
      "args": [
        "roboflow-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install roboflow-mcp-server