# Cesium Quickstart

> Guide users through their first interaction with the Cesium 3D globe via MCP tools Use when this capability is needed.

- Skill: `tomevault-io/cesium-quickstart` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/cesium-quickstart`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/cesium-quickstart/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/cesium-quickstart

---


# Cesium MCP Quick Start

This plugin gives you control over a 3D globe in the browser. The viewer should already be open at http://localhost:9101.

## Available Tool Categories

| Category | Examples |
|----------|----------|
| Camera | flyTo, setView, getView, startOrbit |
| Entities | addMarker, addPolygon, addPolyline, addModel |
| Layers | addGeoJsonLayer, load3dTiles, loadImageryService |
| Style | updateLayerStyle (color, show, 3D Tiles conditional) |
| Animation | createAnimation, controlAnimation, controlClock |
| Scene | setSceneOptions, setPostProcess, setGlobeLighting |
| Query | queryEntities, getEntityProperties, getLayerSchema |
| Interaction | screenshot, highlight, measure |
| Discovery | list_toolsets, enable_toolset |

## First Steps

Try these commands in order:

1. "Fly to Tokyo" — camera navigation
2. "Add a marker at the Eiffel Tower" — entity creation
3. "Load Cesium OSM Buildings" — load3dTiles with ionAssetId 96188
4. "Take a screenshot" — capture current view

## Tips

- Use `list_toolsets` to see all available tool groups
- Use `enable_toolset` to activate additional tools (camera, animation, scene, etc.)
- All 60+ tools are enabled by default in this plugin
- The viewer auto-reconnects if you restart the MCP server

---
> Source: [gaopengbin/cesium-mcp](https://github.com/gaopengbin/cesium-mcp) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-04 -->

