mcp stl for Cursor
io.github.daedalus/mcp-stl
MCP server for editing STL 3D model files
client:Cursor
transport:stdio
runtime:pypi
Install mcp stl in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-stl": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-stl"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs