How to Use the Chuanyun MCP in Claude Code
Pipe your Chuanyun ERP data directly into your shell scripts and CI/CD jobs. This is your headless connection to business workflows.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Chuanyun MCP to Claude Code
Create your Vinkius account to connect Chuanyun 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.
Automate Chuanyun Tasks in CI/CD
This server connects Claude Code to your Chuanyun instance for headless automation. You can run commands in a GitHub Action to `create_biz_object` whenever a new feature branch is merged, for example. It's all done from the command line. Or, set up a cron job that runs nightly reports. Use `list_biz_objects` to get the day's records and pipe the JSON output to another script for processing. This turns your ERP into a programmable part of your infrastructure.
Manage Chuanyun from the Command Line
This Chuanyun MCP Server gives you direct, scriptable access to your ERP. Need to quickly delete a test record? Just run `claude mcp call chuanyun-mcp delete_biz_object --params '{"id": "123"}'`. You don't have to open a browser. You can also check on things fast. Pipe the output of `list_users` to `grep` to find someone, or get the history of a process with `get_workflow_history` and view it right in your terminal. It's for when you need an answer now.
Script Audits and User Management
This server is perfect for scripting administrative tasks. You can write a shell script that uses `list_users` to pull all users and checks them against another system's list. It's simple, auditable, and repeatable. You can also automate workflow monitoring. A simple script could periodically call `get_workflow_history` on critical open items to check for stalls or delays, then send an alert if something is stuck.
Set up Chuanyun 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 seechuanyun-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Chuanyun transactions." It will automatically discover and invoke the available Chuanyun tools.
claude mcp add --transport http chuanyun-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 Chuanyun MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Chuanyun MCP today
We host it, we monitor it, we maintain it. You just paste one token.