Imagine With Craft

MCP로 Craft를 Visual Studio Code에 연결하는 방법
문서에 MCP 서버를 활성화하면 Visual Studio Code이 여러분의 콘텐츠와 직접 상호작용할 수 있습니다. 이 가이드는 MCP를 이용해 Craft와 Visual Studio Code을 연결하는 방법을 단계별로 안내합니다.
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
Visual Studio Code 명령 팔레트에
>mcp를 입력해 MCP 설정으로 이동한 뒤, "MCP: Open User Configuration"을 선택하세요.Step 2
아래 MCP 구성을 복사해 Visual Studio Code의 MCP 구성 파일에 붙여넣으세요. 그리고
craft를 MCP 서버 이름으로 변경해주세요.<MCP_URL> 부분을 Craft에서 받은 MCP URL로 변경하세요.{
"servers": {
"craft": {
"url": "https://mcp.craft.do/my/mcp"
}
}
}Step 3
MCP 구성 파일을 저장하세요. 아래 예시처럼 보이면 됩니다. 그런 다음 "Start" 버튼을 눌러 MCP 서버를 실행하세요.
Step 4
Craft 인증 페이지가 표시되는 브라우저 창이 열립니다. 연결하려는 공간을 선택하고 "승인"을 클릭하여 액세스 권한을 부여하세요.
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

Personal Blog
Build a personal blog powered by Craft docs. Auto-syncs content via API — publish from your notes app.
더 알아보기

Reading Log
Track books and capture quotes with Claude or ChatGPT via MCP.
더 알아보기

Plant Dashboard
A live plant care dashboard built with Lovable. Pulls watering schedules and care tips from your Craft doc.
더 알아보기