PLAXIS
Rank #20,990io.github.yixuanzhong/plaxis-mcp
Windows-local MCP server for PLAXIS 2D Remote Scripting: geometry, staged construction, results.
PLAXIS is a Model Context Protocol (MCP) server published by yixuanzhong. It ranks #20,990 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. PLAXIS is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 111,056 of 132,046 servers on MCP Toplist.
Use PLAXIS
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add plaxis-mcp -- uvx plaxis-mcp serve --role[mcp_servers.plaxis-mcp]
command = "uvx"
args = ["plaxis-mcp", "serve", "--role"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"plaxis-mcp": {
"command": "uvx",
"args": [
"plaxis-mcp",
"serve",
"--role"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"plaxis-mcp": {
"command": "uvx",
"args": [
"plaxis-mcp",
"serve",
"--role"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"plaxis-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"plaxis-mcp",
"serve",
"--role"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"plaxis-mcp": {
"command": "uvx",
"args": [
"plaxis-mcp",
"serve",
"--role"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"plaxis-mcp": {
"command": "uvx",
"args": [
"plaxis-mcp",
"serve",
"--role"
]
}
}
}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.yixuanzhong%2Fplaxis-mcp)<a href="https://mcptoplist.com/server/io.github.yixuanzhong%2Fplaxis-mcp"><img src="https://mcptoplist.com/badge/io.github.yixuanzhong%2Fplaxis-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
yixuanzhong
Available versions (6)
| Version | Published |
|---|---|
| 0.3.5 | Jul 29, 2026 |
| 0.3.4 | Jul 28, 2026 |
| 0.3.3 | Jul 28, 2026 |
| 0.3.2 | Jul 24, 2026 |
| 0.3.1 | Jul 23, 2026 |
| 0.3.0 | Jul 23, 2026 |
Frequently asked questions
- Who maintains PLAXIS?
- PLAXIS is maintained by yixuanzhong, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is PLAXIS listed on the Official MCP Registry?
- Yes — PLAXIS is listed on the Official MCP Registry, alongside Glama.
- How many versions does PLAXIS have?
- MCP Toplist tracks 6 versions of PLAXIS, most recently published on Jul 29, 2026.
- Where can I find the source code for PLAXIS?
- The source code for PLAXIS is hosted at github.com/yixuanzhong/PLAXIS-MCP.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.