LiveTrafficCam MCP Server
Rank #25,382io.github.bzsasson/livetrafficcam-mcp
Live US traffic cameras from state DOT feeds with verified live status, via livetrafficcam.com
LiveTrafficCam MCP Server is a Model Context Protocol (MCP) server published by bzsasson. It ranks #25,382 of 115,591 servers tracked on MCP Toplist. LiveTrafficCam MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 31, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 90,209 of 115,591 servers on MCP Toplist.
Use LiveTrafficCam MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add livetrafficcam-mcp -- npx -y livetrafficcam-mcp[mcp_servers.livetrafficcam-mcp]
command = "npx"
args = ["-y", "livetrafficcam-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"livetrafficcam-mcp": {
"command": "npx",
"args": [
"-y",
"livetrafficcam-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"livetrafficcam-mcp": {
"command": "npx",
"args": [
"-y",
"livetrafficcam-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"livetrafficcam-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"livetrafficcam-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"livetrafficcam-mcp": {
"command": "npx",
"args": [
"-y",
"livetrafficcam-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"livetrafficcam-mcp": {
"command": "npx",
"args": [
"-y",
"livetrafficcam-mcp"
]
}
}
}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.bzsasson%2Flivetrafficcam-mcp)<a href="https://mcptoplist.com/server/io.github.bzsasson%2Flivetrafficcam-mcp"><img src="https://mcptoplist.com/badge/io.github.bzsasson%2Flivetrafficcam-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
bzsasson
Other servers by bzsasson
View all bzsasson servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 31, 2026 |
Frequently asked questions
- Who maintains LiveTrafficCam MCP Server?
- LiveTrafficCam MCP Server is maintained by bzsasson, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is LiveTrafficCam MCP Server listed on the Official MCP Registry?
- Yes — LiveTrafficCam MCP Server is listed on the Official MCP Registry.
- How many versions does LiveTrafficCam MCP Server have?
- MCP Toplist tracks 1 version of LiveTrafficCam MCP Server, most recently published on Aug 31, 2026.
- Where can I find the source code for LiveTrafficCam MCP Server?
- The source code for LiveTrafficCam MCP Server is hosted at github.com/bzsasson/livetrafficcam-mcp.