All MCP servers

Three.js DevTools MCP

Official
by Api.AirforcestdioAI & LLM Tools064MIT

Inspect and edit Three.js scenes, materials, shaders, lights in real time from any AI agent

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "three-js-devtools-mcp-imp6ba65": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}