How to Use the Copy.ai MCP in Claude Code
Trigger and monitor Copy.ai workflows directly from your terminal using Claude Code commands.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Copy.ai MCP to Claude Code
Create your Vinkius account to connect Copy.ai to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Execute Copy.ai workflows via terminal CLI
The `run_workflow` and `get_run_status` tools let Claude Code trigger content automations and poll for results from your shell over this MCP Server connection. You can pipe terminal outputs into a workflow and wait for the final payload. This fits into your existing shell scripts and cron jobs. Claude Code manages the execution loop, checking the status until the run completes.
Inspect workflow schemas using this MCP Server
The `get_workflow_details` and `list_workflows` tools let Claude Code inspect the input fields and types of any workflow from the command line. You don't need to open a browser to check if a workflow expects a string or an array. Claude Code queries the server, lists your active automations, and displays the exact JSON schema. You can quickly configure your CLI inputs to match.
Pull Copy.ai brand assets into your local scripts
The `list_brand_assets` tool lets Claude Code query your company's brand voice profiles and info base items. You can use these assets to feed context into local text generation scripts or deployment notifications. It bridges your terminal environment with your Copy.ai brand guidelines. Claude Code reads the assets and applies them to your local files.
Set up Copy.ai MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecopyai-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Copy.ai transactions." It will automatically discover and invoke the available Copy.ai tools.
claude mcp add --transport http copyai-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Copy.ai MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Copy.ai MCP today
We host it, we monitor it, we maintain it. You just paste one token.