How to Use the Amplience MCP in Cursor
Inject live Amplience content directly into your code with Cursor's agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amplience MCP to Cursor
Create your Vinkius account to connect Amplience to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pull live content into your editor
Stop mocking API responses from your CMS. With this tool, you can ask Cursor's agent to fetch real content from your Amplience account using `get_content_item` or `list_content_items`. It's the real data, live from your repository. The agent doesn't just show you the data; it can write the code to handle it. Ask it to 'fetch the latest blog post and generate a React component for it.' It will call the Amplience tools, get the response, and write the component code with the correct fields and types right in your active file.
Manage your content model from your IDE
This isn't just for front-end work. You can manage your content structure without opening a browser. Tell the agent to list your environments with `list_hubs`, check your content containers with `list_repositories`, and see how things are organized with `list_folders`. When you need to make a change, you can do it right there. The agent can use `update_content_item` to push changes or `create_content_item` to add new entries. It's like having a CMS command line, but one that also writes code for you.
A project-scoped Amplience MCP Server
Setting this up in Cursor is simple. Just add the server configuration to a `.cursor/mcp.json` file in your project's root directory. This keeps your Amplience tools scoped to the relevant project, so they're only available when you're working on that codebase. Once configured, switch to Agent mode in Cursor's chat. The agent will automatically have access to all the Amplience tools. This MCP server connection means your AI-generated code will be based on your actual, live content structures, not guesswork.
Set up Amplience MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Amplience MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Amplience transactions." If the MCP tools are loaded correctly, Cursor will call the Amplience tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"amplience-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Amplience. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.