MCP Server
MCP
PLAXIS
Windows-local MCP server for PLAXIS 2D Remote Scripting: geometry, staged construction, results.
Install
uvx plaxis-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "plaxis-mcp",
"version": "0.3.5",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "serve",
"type": "positional",
"valueHint": "command"
},
{
"description": "Which PLAXIS endpoint this process serves. A process has one immutable role, so register Input and Output as two separate servers when both are needed. Run `plaxis-mcp setup` once per machine first: it generates the role profiles and stores the PLAXIS passwords in Windows Credential Manager.",
"isRequired": true,
"choices": [
"input",
"output"
],
"type": "named",
"name": "--role"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment