Fleets for Cursor
io.github.runfleets/cli
Multi-site analytics as tools: GA4, Search Console, Cloudflare edge, PageSpeed, insights.
client:Cursor
transport:stdio
runtime:npm
Install Fleets in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fleets-mcp"
],
"env": {
"FLEETS_TOKEN": "<FLEETS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs