MCP server for TopSolid based on fastMCP.
This project exposes TopSolid functionalities through an MCP server accessible via HTTP.
- Windows only
- Python 3.10 or higher
- TopSolid installed on the machine
- .NET Framework / .NET Runtime compatible with TopSolid
- Access to TopSolid DLLs
git clone https://github.com/TopSolidCorporationAPI/MCPServer4TopSolid.git
python -m venv .venv
.venv\Scripts\activate
pip install .
python main.py