Spot AI MCP (Unofficial)
Rank #14,916io.github.phil-bryant/spot-ai-mcp
Unofficial community MCP server for the Spot AI camera and video-intelligence REST API. Read-only.
Spot AI MCP (Unofficial) is a Model Context Protocol (MCP) server published by phil-bryant. It ranks #14,916 of 132,046 servers tracked on MCP Toplist. Spot AI MCP (Unofficial) is listed on Official MCP, with 3 tracked versions. It was first listed on Aug 28, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 117,130 of 132,046 servers on MCP Toplist.
Use Spot AI MCP (Unofficial)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add spot-ai-mcp -e "SPOT_AI_API_KEY=<your SPOT_AI_API_KEY>" -- uvx spot-ai-mcpReplace each placeholder with your own value before saving.
[mcp_servers.spot-ai-mcp]
command = "uvx"
args = ["spot-ai-mcp"]
[mcp_servers.spot-ai-mcp.env]
SPOT_AI_API_KEY = "<your SPOT_AI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spot-ai-mcp": {
"command": "uvx",
"args": [
"spot-ai-mcp"
],
"env": {
"SPOT_AI_API_KEY": "<your SPOT_AI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spot-ai-mcp": {
"command": "uvx",
"args": [
"spot-ai-mcp"
],
"env": {
"SPOT_AI_API_KEY": "<your SPOT_AI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"spot-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"spot-ai-mcp"
],
"env": {
"SPOT_AI_API_KEY": "<your SPOT_AI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spot-ai-mcp": {
"command": "uvx",
"args": [
"spot-ai-mcp"
],
"env": {
"SPOT_AI_API_KEY": "<your SPOT_AI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spot-ai-mcp": {
"command": "uvx",
"args": [
"spot-ai-mcp"
],
"env": {
"SPOT_AI_API_KEY": "<your SPOT_AI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.phil-bryant%2Fspot-ai-mcp)<a href="https://mcptoplist.com/server/io.github.phil-bryant%2Fspot-ai-mcp"><img src="https://mcptoplist.com/badge/io.github.phil-bryant%2Fspot-ai-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
phil-bryant
Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Aug 31, 2026 |
| 0.2.0 | Aug 28, 2026 |
| 0.1.0 | Aug 28, 2026 |
Frequently asked questions
- Who maintains Spot AI MCP (Unofficial)?
- Spot AI MCP (Unofficial) is maintained by phil-bryant, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Spot AI MCP (Unofficial) listed on the Official MCP Registry?
- Yes — Spot AI MCP (Unofficial) is listed on the Official MCP Registry.
- How many versions does Spot AI MCP (Unofficial) have?
- MCP Toplist tracks 3 versions of Spot AI MCP (Unofficial), most recently published on Aug 31, 2026.
- Where can I find the source code for Spot AI MCP (Unofficial)?
- The source code for Spot AI MCP (Unofficial) is hosted at github.com/phil-bryant/spot-ai-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.