YADE MCP Server
Rank #6,020io.github.yusong652/yade-mcp
MCP server for YADE — open-source DEM engine. Browse API docs, run simulations, manage tasks.
YADE MCP Server is a Model Context Protocol (MCP) server published by yusong652. It ranks #6,020 of 115,460 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. YADE MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Mar 30, 2026 and most recently updated on Apr 4, 2026.
Ranks ahead of 109,440 of 115,460 servers on MCP Toplist.
Use YADE MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yade-mcp -- uvx yade-mcp[mcp_servers.yade-mcp]
command = "uvx"
args = ["yade-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"yade-mcp": {
"command": "uvx",
"args": [
"yade-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"yade-mcp": {
"command": "uvx",
"args": [
"yade-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"yade-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"yade-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"yade-mcp": {
"command": "uvx",
"args": [
"yade-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"yade-mcp": {
"command": "uvx",
"args": [
"yade-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yusong652%2Fyade-mcp)<a href="https://mcptoplist.com/server/io.github.yusong652%2Fyade-mcp"><img src="https://mcptoplist.com/badge/io.github.yusong652%2Fyade-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
yusong652
Other servers by yusong652
View all yusong652 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.5 | Apr 4, 2026 |
Frequently asked questions
- Who maintains YADE MCP Server?
- YADE MCP Server is maintained by yusong652, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is YADE MCP Server listed on the Official MCP Registry?
- Yes — YADE MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does YADE MCP Server have?
- MCP Toplist tracks 1 version of YADE MCP Server, most recently published on Apr 4, 2026.
- Where can I find the source code for YADE MCP Server?
- The source code for YADE MCP Server is hosted at github.com/yusong652/yade-mcp.