Come connettere Craft al Visual Studio Code con MCP
Puoi abilitare un server MCP per i tuoi documenti, permettendo a Visual Studio Code di interagire direttamente con i tuoi contenuti. Questa guida ti accompagna nella configurazione della connessione tra Craft e Visual Studio Code tramite MCP.
Adding an MCP Connector in Visual Studio Code
Create a new connector in Visual Studio Code and use the MCP URL to connect the two services.
Step 1
>mcp in the command palette and selecting “MCP: Open User Configuration”Step 2
craft with a descriptive name for your MCP server. Replace <MCP_URL> with the MCP URL.{
"servers": {
"craft": {
"url": "https://mcp.craft.do/my/mcp"
}
}
}Step 3
Step 4
You can now ask Visual Studio Code about your documents, and even have them updated. Try something like this to get started:
Click an example to copy the prompt to your clipboard
Some Ideas to Get You Started
Browse Examples

Build a personal blog powered by Craft docs. Auto-syncs content via API — publish from your notes app.
Scopri di più

Track books and capture quotes with Claude or ChatGPT via MCP.
Scopri di più

A live plant care dashboard built with Lovable. Pulls watering schedules and care tips from your Craft doc.
Scopri di più