Spot AI MCP (Unofficial) for Cursor
io.github.phil-bryant/spot-ai-mcp
Unofficial community MCP server for the Spot AI camera and video-intelligence REST API. Read-only.
client:Cursor
transport:stdio
runtime:pypi
Install Spot AI MCP (Unofficial) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spot-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"spot-ai-mcp"
],
"env": {
"SPOT_AI_API_KEY": "<SPOT_AI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs