Skip to content

meek_cfd_thermal_mcp for Grok

io.github.csoai-org/meek_cfd_thermal_mcp

meek-cfd-thermal-mcp - MEOK science MCP for Project AURUM. MIT-licensed.

client:Grok transport:stdio runtime:pypi

Install meek_cfd_thermal_mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "meek_cfd_thermal_mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "meek_cfd_thermal_mcp"
      ]
    }
  }
}

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

meek_cfd_thermal_mcp in other clients