SkyGlance — What's Flying Above You
Rank #24,965io.github.darshjoshi/skyglance
What's flying above you: live aircraft, identity, routes, and your own sighting history.
SkyGlance — What's Flying Above You is a Model Context Protocol (MCP) server published by darshjoshi. It ranks #24,965 of 107,144 servers tracked on MCP Toplist. SkyGlance — What's Flying Above You is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 2, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 82,179 of 107,144 servers on MCP Toplist.
Use SkyGlance — What's Flying Above You
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add skyglance -e "SKYGLANCE_HOME_LAT=<your SKYGLANCE_HOME_LAT>" -e "SKYGLANCE_HOME_LON=<your SKYGLANCE_HOME_LON>" -e "SKYGLANCE_POLL=<your SKYGLANCE_POLL>" -- uvx skyglanceReplace each placeholder with your own value before saving.
[mcp_servers.skyglance]
command = "uvx"
args = ["skyglance"]
[mcp_servers.skyglance.env]
SKYGLANCE_HOME_LAT = "<your SKYGLANCE_HOME_LAT>"
SKYGLANCE_HOME_LON = "<your SKYGLANCE_HOME_LON>"
SKYGLANCE_POLL = "<your SKYGLANCE_POLL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skyglance": {
"command": "uvx",
"args": [
"skyglance"
],
"env": {
"SKYGLANCE_HOME_LAT": "<your SKYGLANCE_HOME_LAT>",
"SKYGLANCE_HOME_LON": "<your SKYGLANCE_HOME_LON>",
"SKYGLANCE_POLL": "<your SKYGLANCE_POLL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skyglance": {
"command": "uvx",
"args": [
"skyglance"
],
"env": {
"SKYGLANCE_HOME_LAT": "<your SKYGLANCE_HOME_LAT>",
"SKYGLANCE_HOME_LON": "<your SKYGLANCE_HOME_LON>",
"SKYGLANCE_POLL": "<your SKYGLANCE_POLL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"skyglance": {
"type": "stdio",
"command": "uvx",
"args": [
"skyglance"
],
"env": {
"SKYGLANCE_HOME_LAT": "<your SKYGLANCE_HOME_LAT>",
"SKYGLANCE_HOME_LON": "<your SKYGLANCE_HOME_LON>",
"SKYGLANCE_POLL": "<your SKYGLANCE_POLL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skyglance": {
"command": "uvx",
"args": [
"skyglance"
],
"env": {
"SKYGLANCE_HOME_LAT": "<your SKYGLANCE_HOME_LAT>",
"SKYGLANCE_HOME_LON": "<your SKYGLANCE_HOME_LON>",
"SKYGLANCE_POLL": "<your SKYGLANCE_POLL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skyglance": {
"command": "uvx",
"args": [
"skyglance"
],
"env": {
"SKYGLANCE_HOME_LAT": "<your SKYGLANCE_HOME_LAT>",
"SKYGLANCE_HOME_LON": "<your SKYGLANCE_HOME_LON>",
"SKYGLANCE_POLL": "<your SKYGLANCE_POLL>"
}
}
}
}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.darshjoshi%2Fskyglance)<a href="https://mcptoplist.com/server/io.github.darshjoshi%2Fskyglance"><img src="https://mcptoplist.com/badge/io.github.darshjoshi%2Fskyglance.svg" alt="MCP Toplist: Top 25% of 107,144" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
darshjoshi
Other servers by darshjoshi
View all darshjoshi servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Aug 2, 2026 |
Frequently asked questions
- Who maintains SkyGlance — What's Flying Above You?
- SkyGlance — What's Flying Above You is maintained by darshjoshi, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is SkyGlance — What's Flying Above You listed on the Official MCP Registry?
- Yes — SkyGlance — What's Flying Above You is listed on the Official MCP Registry, alongside Glama.
- How many versions does SkyGlance — What's Flying Above You have?
- MCP Toplist tracks 1 version of SkyGlance — What's Flying Above You, most recently published on Aug 2, 2026.
- Where can I find the source code for SkyGlance — What's Flying Above You?
- The source code for SkyGlance — What's Flying Above You is hosted at github.com/darshjoshi/skyglance-mcp.