mcpbeat Sign in

Plateau Creative MCP Server

by pixelx-jp Your server? Claim it
local only

Plateau Creative MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 31 May 2026.

PLATEAU 3D city data as scene-editing and glTF export tools for creative LLM agents.

Installs per day peak 23 · avg 7 · +130% w/w
a month agotoday
64
Installs / week
npm · @yodolabs/plateau-creative-mcp
31
Stars
1 open issues
31 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 15 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const child = spawn(this.opts.pythonBin, [this.opts.scriptPath], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add plateau-creative-mcp -- npx -y @yodolabs/plateau-creative-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "plateau-creative-mcp": {
      "args": [
        "-y",
        "@yodolabs/plateau-creative-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.plateau-creative-mcp]
command = "npx"
args = ["-y", "@yodolabs/plateau-creative-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "plateau-creative-mcp": {
      "args": [
        "-y",
        "@yodolabs/plateau-creative-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "plateau-creative-mcp": {
      "args": [
        "-y",
        "@yodolabs/plateau-creative-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Plateau Creative MCP

same job, measured the same way
I
Arsaze MCP
by anrosprac

AI-native video editing OS — timeline editing, generation, color, and export as MCP tools.

answering
Superdocs
by superdocs

AI document editing for agents: draft, edit, export .docx/PDF. 37 MCP tools; agent self-signup.

answering
Codesign
by img

Local design engine for AI agents: create, edit and export real, editable designs.

7 465 installs/wk local only
TradeAssi
by tradeassi

Crypto tools for AI agents: live market data, exchange-wide screener, backtests and paper trading.

40 tools answering
BeatBandit MCP
by beatbandit

AI story development, screenplay editing, review, media, and export tools for BeatBandit projects.

answering
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

362 installs/wk local only
Gisgp
by uponex

GIS tools for AI agents: 65 free tools + 8 paid (hazard/site-scouting/GeoJSON export)

106 tools answering
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering

Plateau Creative MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Plateau Creative MCP?
Plateau Creative MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @yodolabs/plateau-creative-mcp was installed 64 times last week.
How do I connect Plateau Creative MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @yodolabs/plateau-creative-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Plateau Creative MCP?
The npm package @yodolabs/plateau-creative-mcp was installed 64 times in the last week. Week over week that is +130%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Plateau Creative MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 31 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.