Skip to content
VS Code

YADE MCP Server for VS Code

io.github.yusong652/yade-mcp

MCP server for YADE — open-source DEM engine. Browse API docs, run simulations, manage tasks.

client:VS Code transport:stdio runtime:pypi

Install YADE MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "yade-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "yade-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

YADE MCP Server in other clients