How to Use the CometAPI MCP in Cursor
Generate code, audio assets, and multi-model completions directly inside Cursor using CometAPI.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CometAPI MCP to Cursor
Create your Vinkius account to connect CometAPI 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.
Build media assets directly in Cursor
Stop switching to external tools to generate audio files or mock images when using this MCP toolset. Your Cursor agent can call `generate_ai_image` or `convert_text_to_speech` to drop these assets straight into your active workspace directories. The editor lets you preview these assets instantly. You write the code, and your agent provides the media files to test your app without you ever breaking focus.
Run multi-provider testing via this MCP Server
Test how different LLMs parse your codebase. This MCP Server lets your agent run completions with `create_ai_chat_completion` across different providers, comparing outputs directly inside your editor chat. Your agent calls `list_available_ai_models` to check which models are ready. You can easily benchmark your prompts against GPT-4, Claude, or Gemini without leaving your active file.
Monitor API costs while writing code
Keep track of your development expenses as you test. By executing `get_api_usage_statistics`, your agent checks your current spend so you don't run into unexpected bills during long coding sessions. You can also query `get_pricing_information` to see active rates. This lets you write logic that automatically selects the most cost-effective model for your production tasks.
Set up CometAPI 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 CometAPI 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 CometAPI transactions." If the MCP tools are loaded correctly, Cursor will call the CometAPI tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"cometapi-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 CometAPI. 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 CometAPI MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CometAPI MCP today
We host it, we monitor it, we maintain it. You just paste one token.