AgentFEM for Cursor
io.github.haoming-luo/agentfem
Build, run, inspect, and verify finite-element simulations with AgentFEM.
client:Cursor
transport:stdio
runtime:pypi
Install AgentFEM in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentfem": {
"type": "stdio",
"command": "uvx",
"args": [
"agentfem-mcp"
],
"env": {
"AGENTFEM_MCP_ROOTS": "<AGENTFEM_MCP_ROOTS>",
"AGENTFEM_COMMAND": "<AGENTFEM_COMMAND>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs