map-server.md

Map Server

UI AppFeatured
from"modelcontextprotocol"
2.4k

Interactive 3D globe viewer using CesiumJS for geospatial visualization

Visualization
3DmapsCesiumJSgeospatial
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/map-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve