MCP servers for the Radia CAE ecosystem. 0.22.0 adds mcp-server-radia-interop (universal CAD-MCP mesh backend): any_step_to_cubit_hex + OpenSCAD/FreeCAD adapters so any upstream CAD MCP (FreeCAD/OpenSCAD/Blender/Onshape/...) can dispatch to cubit_mesh_auto. First-and-only public MCP for Gmsh + Cubit + mesh generators.
Project description
radia-mcp
MCP (Model Context Protocol) servers for the Radia CAE ecosystem.
Install
pip install radia-mcp
Servers
| Server | Command | Purpose |
|---|---|---|
| Radia | mcp-server-radia |
Radia MMM/MSC/PEEC usage, linting |
| NGSolve | mcp-server-ngsolve |
NGSolve FEM/BEM usage, linting |
| Cubit | mcp-server-cubit |
Coreform Cubit meshing, linting |
| GMSH | mcp-server-gmsh |
GMSH post-processing, linting |
Claude Code Configuration
Add to your Claude Code MCP settings:
{
"mcpServers": {
"radia": {"command": "mcp-server-radia"},
"ngsolve": {"command": "mcp-server-ngsolve"},
"cubit": {"command": "mcp-server-cubit"},
"gmsh": {"command": "mcp-server-gmsh"}
}
}
For local development (no pip install needed):
{
"mcpServers": {
"radia": {"command": "python", "args": ["src/radia/mcp_server/radia/server.py"]}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file radia_mcp-0.22.3.tar.gz.
File metadata
- Download URL: radia_mcp-0.22.3.tar.gz
- Upload date:
- Size: 241.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
292a866855e6ede8276590440e8ce125d8928a02de872926379e50e81989ee23
|
|
| MD5 |
044c4ab324953144b94a90d4ac67d96e
|
|
| BLAKE2b-256 |
78c05bc575d37c13a1f05e06626331b3d52dd143f6ca6604dcecb895dfe13e8a
|
File details
Details for the file radia_mcp-0.22.3-py3-none-any.whl.
File metadata
- Download URL: radia_mcp-0.22.3-py3-none-any.whl
- Upload date:
- Size: 254.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff227b6d2736ab280210c52ffb82bf8a96e50ed8949e511e2d1c18d26b477a34
|
|
| MD5 |
1d31a5e82061e308e997c732924c7866
|
|
| BLAKE2b-256 |
e80bcac37eb06907a2a450dd5b06f8ffba76facbb833d49e08d089fda8a4308e
|