← Back to Plugins
MCP Server MCP

PLAXIS

github By github 👁 2 views ▲ 0 votes

Windows-local MCP server for PLAXIS 2D Remote Scripting: geometry, staged construction, results.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...