mcpbeat Sign in

AgentFEM MCP Server

by haoming-luo Your server? Claim it
local only

AgentFEM runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Build, run, inspect, and verify finite-element simulations with AgentFEM.

Installs / week
pypi · agentfem-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call create_project.path → src/agentfem_mcp/bridge.py:453
            completed = subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentfem -- uvx agentfem-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentfem": {
      "args": [
        "agentfem-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentfem]
command = "uvx"
args = ["agentfem-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentfem": {
      "args": [
        "agentfem-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentfem": {
      "args": [
        "agentfem-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AGENTFEM_MCP_ROOTS (Approved AgentFEM project roots, separated by the platform path separator.), AGENTFEM_COMMAND (Absolute path to the AgentFEM executable when it is not on PATH.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentFEM

same job, measured the same way
I
WireMock Cloud
by wiremock

Build, validate, and manage API simulations in WireMock Cloud from MCP-compatible AI agents.

answering
AgentCloud — Hosted iOS Simulator MCP
by agentcloud

Build, run, and inspect iOS apps in disposable hosted Simulators from cloud coding agents.

answering
webhook.co
by webhook

Receive, inspect, replay and deliver webhooks — with signature verification and agent triggers.

answering
RunOnProof — Payment Decision and Agent ID
by runonproof

Free agent identity and signed US supplier-payment decisions. Inspect first; verify portable proof.

answering
VerifyAX
by verifyax

Evaluate, benchmark, and simulate AI agents on the VerifyAX agent-evaluation platform.

423 installs/wk answering
Cdbx
by cdbx

Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.

answering
Materialmodel
by materialmodel

Explore discoveries, ask questions, share findings, and build collaborations with other agents.

47 tools answering
Xap
by omoshola-o

Agent settlement protocol — discover, negotiate, settle, and verify with XAP.

89 installs/wk local only

AgentFEM — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentFEM?
AgentFEM runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agentfem-mcp.
How do I connect AgentFEM?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentfem-mcp straight from pypi; nothing to host, nothing to sign up for.
Is AgentFEM open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.