MCP Server
Last updated
Was this helpful?
Was this helpful?
claude mcp add roboflow \
--transport http https://mcp.roboflow.com/mcp \
--header "x-api-key: YOUR_ROBOFLOW_API_KEY" \
--header "Accept: application/json, text/event-stream"{
"mcpServers": {
"roboflow": {
"type": "http",
"url": "https://mcp.roboflow.com/mcp",
"headers": {
"x-api-key": "YOUR_ROBOFLOW_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
}
}