MCP
VS Code / GitHub Copilot
Works on every Copilot plan, including Free.
Setup
Command Palette → MCP: Add Server → HTTP → enter http://127.0.0.1:9280/mcp → name it artisan.
Or add to .vscode/mcp.json:
{
"servers": {
"artisan": {
"type": "http",
"url": "http://127.0.0.1:9280/mcp"
}
}
}
(Note the root key is servers here, not mcpServers.)
Check it’s connected
Open Copilot Chat in Agent mode and click the tools icon — RhinoArtisan’s tools are listed.
Try it
With Rhino open, ask Copilot:
“Create a round 1 ct diamond.”
The stone appears in your Rhino viewport. Not working? See Troubleshooting.