SimScale Edge MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SimScale Edge MCPRun a simulation on the wind turbine project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SimScale Edge MCP
An MCP server that navigates the SimScale Workbench through Microsoft Edge and Playwright. It does not use the enterprise SimScale API.
The server opens a visible, MCP-managed Edge window with a persistent profile. Sign in to SimScale manually the first time. The login remains in that dedicated profile for later sessions.
Requirements
Node.js 20 or newer
Microsoft Edge
A SimScale account
Related MCP server: Playwright Server MCP
Install
npm installPlaywright Core drives the copy of Microsoft Edge already installed on Windows; it does not download a separate browser.
Connect an MCP host
Use the absolute project path:
{
"mcpServers": {
"simscale": {
"command": "node",
"args": [
"C:\\absolute\\path\\to\\SimscaleMCP\\src\\index.js"
],
"env": {
"SIMSCALE_FILE_ROOT": "C:\\path\\containing\\your\\CAD"
}
}
}
}SIMSCALE_FILE_ROOT restricts which local files the MCP may upload and is also
where result downloads are saved.
Optional environment variables:
Variable | Default | Purpose |
| MCP working directory | Allowed upload/download root |
|
| Persistent Edge profile |
|
| Playwright browser channel |
| SimScale My Projects | Initial page |
| unset | Set to enable advanced CSS targets |
First use
Call
simscale_edge_start.If SimScale shows its login page, sign in directly in Edge.
Call
simscale_edge_statusand verifysignedInistrue.Call
simscale_page_statebefore each interaction.Use the returned labels, roles, or test IDs with
simscale_click,simscale_fill,simscale_select, andsimscale_press.
For CAD uploads, point SIMSCALE_FILE_ROOT at the CAD folder and use
simscale_upload_file with confirm_upload: true. Starting a mesh or simulation
run, saving, creating, deleting, or other state-changing clicks require
confirm_action: true.
Available tools
simscale_edge_start,simscale_edge_status,simscale_edge_closesimscale_page_state,simscale_screenshot,simscale_navigatesimscale_click,simscale_fill,simscale_press,simscale_selectsimscale_upload_file,simscale_downloadsimscale_wait_for_text
The tools are deliberately semantic instead of hard-coding SimScale's current DOM structure. The agent reads the live interface and targets visible, accessible labels, which makes the MCP more resilient to Workbench updates.
Test
npm testTests do not launch Edge or access SimScale.
Safety
Password fields cannot be filled or read through MCP.
Cookies, browser storage, and saved credentials are never exposed.
Navigation is restricted to HTTPS SimScale domains.
Uploads are restricted to
SIMSCALE_FILE_ROOTand require confirmation.Downloads require confirmation and go to
simscale-downloads.Mutating, destructive, and compute-related clicks require confirmation.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBquality-maintenanceA MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.Last updated82
- AlicenseBqualityDmaintenanceA browser automation server providing Playwright capabilities for controlling web browsers, capturing screenshots, extracting content, and performing complex interactions through an MCP interface.Last updated6Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that enables AI-powered browser automation, web scraping, and testing using Playwright across Chromium, Firefox, and WebKit. It allows users to perform actions like navigation, clicking, typing, and taking screenshots through natural language interfaces.Last updated24MIT
- Alicense-qualityDmaintenanceAn MCP server that automates Playwright-based UI and API testing, supporting test case generation from requirements or API specs, and execution with detailed reports.Last updated121MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
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