How to Use the Coze MCP in Claude Code
Manage Coze conversations, datasets, and bot deployments directly from your Claude Code terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Coze MCP to Claude Code
Create your Vinkius account to connect Coze 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.
Pipe Terminal Output to Coze Knowledge Bases
The `upload_document` tool lets Claude Code push local text files, build artifacts, or deployment logs straight to your Coze datasets from the shell. This MCP Server lets you pipe terminal output directly into `upload_file_url` to keep your remote bots updated during CI/CD runs. By combining `list_datasets` and `delete_document`, your terminal agent prunes old training data. This keeps your search indexes clean without needing a web browser.
Run Headless Coze Chats from Claude Code
The `create_chat` tool runs automated conversation sessions with your remote bots directly from your terminal session. Claude Code kicks off the run, monitors the execution, and uses `submit_tool_outputs` to feed system metrics or server states back into the bot. If you need to audit a run, the agent uses `get_conversation_history` to dump the raw JSON logs right to stdout. It makes testing bot logic in bash scripts straightforward.
Automate Bot Deployments with Shell Scripts
The `publish_bot` tool automates your bot release pipeline directly from a terminal command. Claude Code queries your environments using `list_workspaces` and `list_bots`, then pushes the draft bot to production. This turns your bot deployments into a repeatable CLI task. You can trigger updates from cron jobs or post-commit hooks to keep your production agents synced with your codebase.
Set up Coze 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 seecoze-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Coze transactions." It will automatically discover and invoke the available Coze tools.
claude mcp add --transport http coze-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 Coze MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Coze MCP today
We host it, we monitor it, we maintain it. You just paste one token.