GeoLens
Rank #461io.github.geolens-io/geolens
Read-only access to a self-hosted GeoLens spatial catalog: datasets, features, maps, sandboxed SQL.
GeoLens is a Model Context Protocol (MCP) server published by geolens-io. It ranks #461 of 115,460 servers tracked on MCP Toplist, and its repository has 214 GitHub stars. GeoLens is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 18, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 114,999 of 115,460 servers on MCP Toplist.
Use GeoLens
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add geolens -e "GEOLENS_INSTANCE=<your GEOLENS_INSTANCE>" -e "GEOLENS_API_KEY=<your GEOLENS_API_KEY>" -e "GEOLENS_TOKEN=<your GEOLENS_TOKEN>" -- uvx geolens-mcpReplace each placeholder with your own value before saving.
[mcp_servers.geolens]
command = "uvx"
args = ["geolens-mcp"]
[mcp_servers.geolens.env]
GEOLENS_INSTANCE = "<your GEOLENS_INSTANCE>"
GEOLENS_API_KEY = "<your GEOLENS_API_KEY>"
GEOLENS_TOKEN = "<your GEOLENS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geolens": {
"command": "uvx",
"args": [
"geolens-mcp"
],
"env": {
"GEOLENS_INSTANCE": "<your GEOLENS_INSTANCE>",
"GEOLENS_API_KEY": "<your GEOLENS_API_KEY>",
"GEOLENS_TOKEN": "<your GEOLENS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geolens": {
"command": "uvx",
"args": [
"geolens-mcp"
],
"env": {
"GEOLENS_INSTANCE": "<your GEOLENS_INSTANCE>",
"GEOLENS_API_KEY": "<your GEOLENS_API_KEY>",
"GEOLENS_TOKEN": "<your GEOLENS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"geolens": {
"type": "stdio",
"command": "uvx",
"args": [
"geolens-mcp"
],
"env": {
"GEOLENS_INSTANCE": "<your GEOLENS_INSTANCE>",
"GEOLENS_API_KEY": "<your GEOLENS_API_KEY>",
"GEOLENS_TOKEN": "<your GEOLENS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geolens": {
"command": "uvx",
"args": [
"geolens-mcp"
],
"env": {
"GEOLENS_INSTANCE": "<your GEOLENS_INSTANCE>",
"GEOLENS_API_KEY": "<your GEOLENS_API_KEY>",
"GEOLENS_TOKEN": "<your GEOLENS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geolens": {
"command": "uvx",
"args": [
"geolens-mcp"
],
"env": {
"GEOLENS_INSTANCE": "<your GEOLENS_INSTANCE>",
"GEOLENS_API_KEY": "<your GEOLENS_API_KEY>",
"GEOLENS_TOKEN": "<your GEOLENS_TOKEN>"
}
}
}
}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.geolens-io%2Fgeolens)<a href="https://mcptoplist.com/server/io.github.geolens-io%2Fgeolens"><img src="https://mcptoplist.com/badge/io.github.geolens-io%2Fgeolens.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
geolens-io
Available versions (5)
| Version | Published |
|---|---|
| 1.17.0 | Aug 30, 2026 |
| 1.16.1 | Aug 28, 2026 |
| 1.16.0 | Aug 27, 2026 |
| 1.15.1 | Aug 24, 2026 |
| 1.15.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains GeoLens?
- GeoLens is maintained by geolens-io, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is GeoLens listed on the Official MCP Registry?
- Yes — GeoLens is listed on the Official MCP Registry, alongside Glama.
- How many versions does GeoLens have?
- MCP Toplist tracks 5 versions of GeoLens, most recently published on Aug 30, 2026.
- Where can I find the source code for GeoLens?
- The source code for GeoLens is hosted at github.com/geolens-io/geolens.