Plateau Creative MCP

An MCP server that turns Project PLATEAU's 3D city data into scene-editing and glTF export tools for creative LLM agents. Its 10 documented tools cover buildings, area. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-31 · ★ 31 · #359 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Plateau Creative MCP

before you install - you'll need

Set PLATEAU_OUTPUT_DIR before connecting. PLATEAU_AUTO_DOWNLOAD, PLATEAU_ARTIFACT_DIR are optional or environment-specific per the README.

Claude Code

claude mcp add pixelx-jp-plateau-creative-mcp -- npx -y @yodolabs/plateau-creative-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "pixelx-jp-plateau-creative-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yodolabs/plateau-creative-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @yodolabs/plateau-creative-mcp - the @yodolabs scope differs from the repo owner (pixelx-jp); confirm it's the project's official package

registry namespace io.github.pixelx-jp is GitHub-verified and matches the repo owner

03 · What Plateau Creative MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can load a city + bbox + LOD into a new scene_id, query building_uid[] inside a scene by height / year / use / zoning / flood depth, and set render hints (time of day, weather, camera).

Capability map

Tools grouped from the project's README - what Plateau Creative MCP lets an agent do.

Download

1 tool - e.g. Fetch + cache a prebuilt city bundle from the plateau-bridge artifact index (resolves the slug, downloads the .tar.zst, verifies sha256, extracts buildings.parq

download_area

Load

1 tool - e.g. Load a city + bbox + LOD into a new scene_id.

load_area

Filter

1 tool - e.g. Query building_uid[] inside a scene by height / year / use / zoning / flood depth.

filter_buildings

delete

1 tool - e.g. Counterfactual edits - mark buildings as removed.

delete_buildings

Extrude

1 tool - e.g. Scale heights by a factor.

extrude_buildings

Compose

1 tool - e.g. Set render hints (time of day, weather, camera).

compose_scene

Export

1 tool - e.g. Emit a .glb (single_glb, real geometry from the parquet) or a scene_manifest referencing 3D Tiles. scene_manifest tile enrichment needs locally-built 3D Tiles;

export_glb

Link

1 tool - e.g. Associate buildings with nearby OSM POIs (Overpass).

link_buildings_to_pois

Latest releases

v0.1.3 · 2026-05-31

v0.1.2 · 2026-05-29

v0.1.1 · 2026-05-29

add mcpName and server.json so the package is listed in the official MCP Registry as io.github.pixelx-jp/plateau-creative-mcp. No functional changes from v0.1.0.

04 · Who maintains Plateau Creative MCP

plateau-creative-mcp is maintained by pixelx-jp. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #359 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-05-31)
registry
io.github.pixelx-jp/plateau-creative-mcp (active, first published 2026-05-29)
packages
npm:@yodolabs/plateau-creative-mcp

06 · Plateau Creative MCP FAQ

Is Plateau Creative MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-31 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Plateau Creative MCP do?

With this server connected, an agent can load a city + bbox + LOD into a new scene_id, query building_uid[] inside a scene by height / year / use / zoning / flood depth, and set render hints (time of day, weather, camera).

How do I install Plateau Creative MCP?

Run `npx -y @yodolabs/plateau-creative-mcp`. The README documents 3 environment variables (PLATEAU_AUTO_DOWNLOAD, PLATEAU_OUTPUT_DIR, PLATEAU_ARTIFACT_DIR) to set first. Set PLATEAU_OUTPUT_DIR before connecting. PLATEAU_AUTO_DOWNLOAD, PLATEAU_ARTIFACT_DIR are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Plateau Creative MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Plateau Creative MCP

More MCP servers to compare · Job Search · Primamcp · Platfone · CLI Microsoft365 MCP Server · Litmus

More TypeScript MCP servers · Vigilis · Krs Poland MCP Server · Figma MCP Server (planetabhi) · Planet Scale · see all