Skip to content
Cursor

YADE MCP Server for Cursor

io.github.yusong652/yade-mcp

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

client:Cursor transport:stdio runtime:pypi

Install YADE MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

YADE MCP Server in other clients