
3dstreet
Control an open 3DStreet browser scene from Claude Desktop or Claude Code through local stdio MCP tool calls.
Overview
3DStreet MCP is a Validate-phase MCP server that lets agents drive an open 3DStreet scene tab via local stdio tool calls.
What is this MCP server?
- npm package 3dstreet-mcp at version 0.2.2 with stdio transport
- Designed for an already open 3DStreet scene tab in the browser
- GitHub source at 3DStreet/3dstreet-mcp
- Targets Claude Desktop and Claude Code as primary hosts
- MCP schema 2025-12-11 for local server wiring
- npm package 3dstreet-mcp version 0.2.2
- Transport type stdio (local, not remote HTTP)
- Repository https://github.com/3DStreet/3dstreet-mcp
What problem does it solve?
Tweaking 3D street scenes by hand for every agent-suggested change is slow when you want fast spatial prototypes in Claude sessions.
Who is it for?
Indie builders prototyping urban or mobility 3D scenes who already use 3DStreet and want agent-driven scene control on their machine.
Skip if: Headless 3D rendering pipelines, production game clients without a browser tab, or teams that cannot run local npm MCP servers.
What do I get? / Deliverables
Claude Desktop or Claude Code can invoke MCP tools against your open 3DStreet tab for quicker interactive demos and iteration.
- Local MCP server process wired to your 3DStreet session
- Agent-invokable tools that affect or query the open scene context
- Faster prototype loops for spatial demos and reviews
Recommended MCP Servers
Journey fit
Interactive 3D scene steering supports spatial prototypes and demos before you invest in a custom viewer or game client. Driving a live 3DStreet tab is prototyping and integration testing, not production monitoring or growth analytics.
How it compares
Browser-tab 3D scene driver over stdio MCP, not a cloud-hosted map API or generic Three.js codegen skill.
Common Questions / FAQ
Who is 3DStreet MCP for?
Developers and planners using 3DStreet who want Claude Desktop or Claude Code to manipulate an open scene through MCP instead of manual UI only.
When should I use 3DStreet MCP?
Use it during prototype and demo validation when you need agent-assisted iteration on a live 3DStreet tab before committing to a custom 3D app.
How do I add 3DStreet MCP to my agent?
Install npm package 3dstreet-mcp (0.2.2), configure stdio MCP in Claude Desktop or Claude Code per the 3DStreet/3dstreet-mcp repo, and keep a 3DStreet scene tab open in the browser.