Connect MCP
Connect vpick to Claude or ChatGPT so AI can control your canvas.
What is MCP?
MCP (Model Context Protocol) is a standard protocol for AI to communicate with external tools. Once connected, AI can directly create nodes, generate images and videos, and manage projects on your vpick canvas.
vpick provides 34 MCP tools covering canvas operations, image/video generation, voice/music generation, and workflow automation.
Get Your MCP Link
After signing in at vpick.10xboost.org, you can get your MCP Link from two places:
Method 1: Editor Toolbar
In the editor toolbar, click the "MCP Link" button, a settings popup will appear. Click Copy Config to copy.
Method 2: Settings Page
Go to Settings -> MCP Link, where you can see your unique MCP URL. Click Copy.
Your MCP Link looks like this:
https://vpick.10xboost.org/mcp/t/YOUR_UNIQUE_CODE/
This code is your personal link. Do not share it with others.
Claude.ai (Web)
For use on the claude.ai website.
Steps
- Open Claude Settings: Go to Settings -> Connectors
- Add Custom Connector: Click Add custom connector, name it
vpick - Paste MCP Link: Paste your MCP Link into the URL field
- Done! Return to the conversation page and start using vpick tools
Suggested Prompts & Instructions
After connecting, we recommend pasting the suggested Prompts and Instructions for the best experience.
See Suggested Prompts & Instructions for details.
Claude Desktop
For the Claude Desktop application.
Steps
- Open Claude Desktop
- Go to Settings -> MCP
- Click Edit Config, add the following to the config file:
{
"mcpServers": {
"vpick": {
"type": "http",
"url": "https://vpick.10xboost.org/mcp/t/YOUR_UNIQUE_CODE/"
}
}
}
- Save and restart Claude Desktop
- Confirm vpick appears in the connected tools list in the toolbar
Claude Code (CLI)
For use in the terminal with Claude Code.
Steps
Run one command in your terminal:
claude mcp add vpick --transport http --url "https://vpick.10xboost.org/mcp/t/YOUR_UNIQUE_CODE/"
Once connected, Claude Code can use vpick tools directly in conversations.
Verify Connection
claude mcp list
You should see vpick in the list.
ChatGPT
For ChatGPT Plus (or higher plans), requires developer mode.
Steps
- Enable Developer Mode: Settings -> Apps -> Advanced Settings -> Enable Developer Mode
- Create Application: Click Create Application, name it
vpick - Paste MCP Link: Paste your MCP Link into the MCP Server URL field
- Verify Settings: Select No Authentication -> Check I understand -> Click Create
- Start chatting! Enter:
Make a 30-second product ad, 6 scenes
ChatGPT requires Plus or higher plan to support MCP connections.
Available MCP Tools
After connecting, AI can use the following 34 tools:
Project Management
| Tool | Description |
|---|---|
list_projects |
List all projects |
create_project |
Create a new project |
switch_project |
Switch the active project |
Canvas State
| Tool | Description |
|---|---|
get_canvas |
Get complete canvas state (nodes, edges, viewport) |
list_nodes |
List summary info for all nodes |
get_node |
Get detailed info for a single node |
get_canvas_info |
Get canvas overview (node count, type distribution) |
Node Operations
| Tool | Description |
|---|---|
add_node |
Add a new node (text, assistant, image generator, video generator, upload, list, combine, etc.) |
suggest_position |
Suggest a non-overlapping position |
update_node |
Update node content or position |
remove_nodes |
Delete nodes |
duplicate_nodes |
Duplicate nodes |
Connections
| Tool | Description |
|---|---|
connect_nodes |
Connect two nodes |
disconnect_nodes |
Disconnect a connection |
Generation
| Tool | Description |
|---|---|
run_assistant |
Run AI Assistant (text generation) |
run_image_generator |
Generate images (supports batch) |
run_video_generator |
Generate videos (supports multiple models) |
run_audio_generator |
Generate voice (TTS) |
run_music_generator |
Generate music |
run_lipsync_generator |
Run lipsync |
run_vocal_separator |
Run vocal separation |
run_voice_changer |
Run voice changer |
run_audio_combine |
Run audio mixing |
run_combine |
Merge multiple videos |
Workflows
| Tool | Description |
|---|---|
create_workflow |
Create a workflow (AI Assistant -> List -> Image Generator) |
run_workflow |
Run a workflow with one click |
Layout & Groups
| Tool | Description |
|---|---|
move_nodes |
Batch move nodes |
auto_layout |
Auto-arrange nodes (grid / row / column) |
create_group |
Create a visual group |
update_group |
Update group members or style |
ungroup |
Dissolve a group |
Other
| Tool | Description |
|---|---|
upload_image |
Download an image from URL and upload to canvas |
list_generated_files |
Query generation history |
get_generation_stats |
View generation statistics |
list_models |
List all available image/video models |
FAQ
| Issue | Solution |
|---|---|
| Can't connect to MCP | Make sure you've signed in on the website and the MCP Link is copied correctly |
| Tools list doesn't appear | Restart Claude Desktop or reload the Claude.ai page |
| Shows unauthorized | Go back to the settings page and re-copy the MCP Link |
| ChatGPT can't find MCP option | Make sure Developer Mode is enabled and you have a Plus or higher plan |
| Generation failed | Check if your account balance is sufficient (Settings -> Billing) |
| Where is the Claude Desktop config file? | macOS: ~/Library/Application Support/Claude/claude_desktop_config.json |
| Can I use it on multiple AI platforms? | Yes, the same MCP Link works on both Claude and ChatGPT simultaneously |
| Does the MCP Link expire? | No, unless you regenerate a new one |