PluginBench
MCP Server

YADE MCP Server MCP Server

io.github.yusong652/yade-mcp

What is the YADE MCP Server MCP server?

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

How to install YADE MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yade-mcp": {
      "command": "uvx",
      "args": [
        "yade-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "yade-mcp": {
      "command": "uvx",
      "args": [
        "yade-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "yade-mcp": {
      "command": "uvx",
      "args": [
        "yade-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "yade-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "yade-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add yade-mcp -- uvx yade-mcp

Related MCP servers

Give AI agents full access to ITASCA PFC - documentation, simulation, and plot capture.

View repository →