How to Use the Amplience MCP in Claude Code
Automate your Amplience content operations from the command line. Perfect for CI/CD pipelines and cron jobs with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amplience MCP to Claude Code
Create your Vinkius account to connect Amplience 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.
Script Your Content Publishing Pipeline
Integrate Amplience directly into your CI/CD workflow. With Claude Code, you can write a shell script that triggers a content publish after a successful build. Just pipe the item ID to a command that invokes the `publish_content_item` tool. This is ideal for scheduled releases. Set up a cron job that runs a Claude Code script to publish a set of queued content items at midnight. No manual intervention needed, just pure command-line automation.
Manage Content with a Headless MCP Server
This Amplience MCP Server turns CMS tasks into simple commands. Need to back up a specific content item? Run a command that calls `get_content_item` and pipe the output to a local JSON file. You can also manage your content repository from the terminal. Create new items with `create_content_item` or remove old ones with `delete_content_item`, all by passing arguments to a script. It's a headless CMS workflow for developers.
Automate Content Audits and Reporting
Use Claude Code to build powerful reporting tools. Write a script that uses `list_hubs` and `list_repositories` to iterate through your entire Amplience account, then calls `list_content_items` to catalog everything. Pipe that output to `jq` or another tool to generate a report on stale content, or items missing a specific field. It's a straightforward way to enforce content governance without a GUI.
Set up Amplience 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 seeamplience-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Amplience transactions." It will automatically discover and invoke the available Amplience tools.
claude mcp add --transport http amplience-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 Amplience MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Amplience MCP today
We host it, we monitor it, we maintain it. You just paste one token.