How to Use the APImage MCP in Cursor
Build UI components and generate assets with APImage directly inside your Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect APImage MCP to Cursor
Create your Vinkius account to connect APImage 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.
Generate assets directly in your codebase
Stop using placeholder images when building frontend layouts. Your agent uses `generate_image` to write real assets directly to your project folder while you write code with this MCP Server. If you need to check which generation models are currently available, the agent calls `list_models` to fetch the active list. This means your code always references actual, working image endpoints.
Run APImage tools inside Cursor's Agent mode
Let this MCP Server handle your image processing tasks during active coding sessions. The agent can take a local asset, run `image_to_image` to adapt it to your theme, and save the output. For precise edits, the agent runs `inpaint_image` to modify specific coordinates of your UI assets. It cuts out the manual exporting and importing loop completely.
Clean and upscale assets on the fly
Prepare raw graphics for production without launching a heavy design editor. Your agent calls `remove_background` to isolate UI elements and `upscale_image` to make them crisp for high-DPI screens. You can track previous runs using `list_generations` or inspect a specific asset via `get_generation`. Everything stays tracked right inside your terminal or editor sidebar.
Set up APImage 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 APImage 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 APImage transactions." If the MCP tools are loaded correctly, Cursor will call the APImage tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"apimage-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 APImage. 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 APImage MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the APImage MCP today
We host it, we monitor it, we maintain it. You just paste one token.