SimScale Edge MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIMSCALE_FILE_ROOT | No | Allowed upload/download root. Default: MCP working directory | |
| SIMSCALE_EDGE_CHANNEL | No | Playwright browser channel. Default: msedge | |
| SIMSCALE_DASHBOARD_URL | No | Initial page. Default: SimScale My Projects | |
| SIMSCALE_EDGE_PROFILE_DIR | No | Persistent Edge profile. Default: %LOCALAPPDATA%\SimScaleMCP\edge-profile | |
| SIMSCALE_ALLOW_CSS_SELECTORS | No | Set to enable advanced CSS targets. Default: unset |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| simscale_edge_startA | Open SimScale in a persistent Microsoft Edge profile. Log in manually if needed. |
| simscale_edge_statusA | Check whether Edge is running and whether the current SimScale page appears signed in. |
| simscale_page_stateA | Read the current SimScale page's headings, notices, and visible interactive controls without exposing passwords or cookies. |
| simscale_navigateA | Navigate Edge to an HTTPS SimScale URL. Other domains are blocked. |
| simscale_clickA | Click one unique visible SimScale control using its role, label, text, or test ID. Mutating or compute-related labels require confirm_action=true. |
| simscale_fillA | Fill one unique visible SimScale field. Password fields are blocked and must be completed manually in Edge. |
| simscale_pressA | Press a keyboard key on one unique visible SimScale control, such as Enter or Escape. |
| simscale_selectC | Choose an option in a native SimScale select control. |
| simscale_upload_fileA | Upload a CAD or other local file from SIMSCALE_FILE_ROOT through a visible file input. Requires confirm_upload=true. |
| simscale_wait_for_textA | Wait for visible SimScale text, useful for CAD imports, meshing, and run status transitions. |
| simscale_screenshotA | Capture the current visible SimScale viewport as a PNG image. |
| simscale_downloadA | Click a unique SimScale download control and save the result under SIMSCALE_FILE_ROOT/simscale-downloads. Requires confirm_download=true. |
| simscale_edge_closeA | Close the MCP-managed Edge window. The persistent login profile remains for the next session. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/getanirao/SimscaleMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server