Skip to content
Grok

mcp stl for Grok

io.github.daedalus/mcp-stl

MCP server for editing STL 3D model files

client:Grok transport:stdio runtime:pypi

Install mcp stl in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-stl": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-stl"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp stl in other clients