AgentFEM for Grok
io.github.haoming-luo/agentfem
Build, run, inspect, and verify finite-element simulations with AgentFEM.
client:Grok
transport:stdio
runtime:pypi
Install AgentFEM in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentfem": {
"type": "stdio",
"command": "uvx",
"args": [
"agentfem-mcp"
],
"env": {
"AGENTFEM_MCP_ROOTS": "<AGENTFEM_MCP_ROOTS>",
"AGENTFEM_COMMAND": "<AGENTFEM_COMMAND>"
}
}
}
}
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