fiftyone mcp server for Cursor
io.github.adonaivera/fiftyone-mcp-server
Control FiftyOne computer vision datasets through AI assistants using 80+ operators.
client:Cursor
transport:stdio
runtime:pypi
Install fiftyone mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fiftyone-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"fiftyone-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs