scanzy/catia-mcp
3.2
If you are the rightful owner of catia-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The CATIA 3D MCP Server allows AI to control CATIA 3D software using the Model Context Protocol, enabling automated and intelligent manipulation of 3D models.
Tools
3
Resources
0
Prompts
0
CATIA 3D MCP Server
This project aims to let AI control CATIA 3D software through MCP (Model Context Protocol).
Available tools:
search
: searches for a part/product by nameinfo
: gets info about a part/product by nameshow
: shows or hides a part/product by name
Installation
Add the following to your MCP configuration file:
{
"mcpServers": {
"catia-mcp": {
"command": "uv",
"args": [
"run",
"--with", "fastmcp",
"--with", "pycatia",
"/path/to/server.py"
]
},
// other servers
}
}