YADE MCP Server

YADE MCP Server is an MCP server in the documentation category that exposes 7 tools to an agent, covering yade. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-19 · ★ 13 · #98 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install YADE MCP Server

Claude Code

claude mcp add yusong652-yade-mcp -- uvx yade-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "yusong652-yade-mcp": {
      "command": "uvx",
      "args": [
        "yade-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package yade-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.yusong652 is GitHub-verified and matches the repo owner

03 · What YADE MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can inspect a running or finished task (output, status), and list submitted tasks with metadata.

The 7 tools it gives your agent

Extracted from the project's README - what YADE MCP Server lets an agent do.

yade_browse_api
- Walk the YADE Python class tree
yade_query_api
- BM25 keyword search across the API
yade_execute_code
- Run Python in the live YADE process; returns synchronously
yade_execute_task
- Submit a script as a long-running background task
yade_check_task_status
- Inspect a running or finished task (output, status)
yade_interrupt_task
- Gracefully stop a running task
yade_list_tasks
- List submitted tasks with metadata

Latest releases

v0.10.0 · 2026-07-05

yade-mcp 0.10.0: FIFO task queue, canceled status · align Python identifiers to yade's lowerCamelCase · bump yade-mcp-bridge to 0.9.0 · rename multi-word module files to camelCase · FIFO task queue for execute_task…

bridge-v0.10.0 · 2026-07-05

yade-mcp-bridge 0.10.0: FIFO task queue, canceled status · FIFO task queue for execute_task, with canceled status · bump yade-mcp and yade-mcp-bridge to 0.10.0

bridge-v0.9.0 · 2026-07-02

Internal-only release over 0.8.0 - no wire change (yade-mcp 0.8.0 pairs fine). · Highlights · Full yade-convention alignment, preparing the in-tree contribution to the YADE DEM engine: · - all Python identifiers…

04 · Who maintains YADE MCP Server

YADE MCP Server is maintained by yusong652. We track 3 MCP servers from yusong652 - 2 actively maintained, 327 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from yusong652.

  1. ITASCA MCP Server Give AI agents full access to ITASCA PFC, FLAC3D, 3DEC - documentation, simulation, plot capture. ★ 157
  2. PFC - ITASCA Discrete Element Simulation Give AI agents full access to ITASCA PFC - documentation, simulation, and plot capture. ★ 157

05 · Facts

category
documentation - ranked #98 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-05)
registry
io.github.yusong652/yade-mcp (active, first published 2026-04-04)
packages
pypi:yade-mcp

06 · YADE MCP Server FAQ

Is YADE MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-19 and it shipped 5 releases in the last 90 days. We re-verify nightly.

What can YADE MCP Server do?

With this server connected, an agent can inspect a running or finished task (output, status), and list submitted tasks with metadata.

How do I install YADE MCP Server?

Run `uvx yade-mcp`. You can also paste the ready-made client config above.

Does YADE MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to YADE MCP Server

More documentation MCP servers · Tela · Llmmcp · 1inch MCP · DaVinci Resolve Lite MCP

More Python MCP servers · Multisim MCP · Ugs MCP · Local Delegate · Random Number MCP · Servonaut · see all