Odel
Spot AI MCP (Unofficial)

Spot AI MCP (Unofficial)

Local
@phil-bryantPythonMITUpdated 6 days ago

Unofficial community MCP server for the Spot AI camera and video-intelligence REST API. Read-only.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIspot-ai-mcpv0.3.0

Run

uvx spot-ai-mcp

MCP client config

{
  "mcpServers": {
    "spot-ai-mcp-unofficial": {
      "command": "uvx",
      "args": [
        "spot-ai-mcp"
      ]
    }
  }
}