How to Use the Speechnotes MCP in Cursor
Write code that uses real Speechnotes data in Cursor's Agent Mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Speechnotes MCP to Cursor
Create your Vinkius account to connect Speechnotes to Cursor — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Get Real-Time Transcription Status
When you write code that needs to wait for transcription, use `get_transcription_status`. Your agent calls this tool and gets the live status—like 'processing' or 'completed.' This real data lets you build reliable async functions. It’s much better than mocking the result. You get accurate status codes, meaning your generated code handles both success states and failure states correctly.
Retrieve Usage Statistics from Speechnotes
Need to calculate costs or usage limits in your script? Run `get_usage_statistics`. The MCP Server returns detailed logs of how many jobs ran, what languages were used, and when. This lets you write financial logic directly into your codebase. You can also check the billing limit by calling `get_remaining_credits` before running any heavy transcription process.
Manage Transcription Jobs in Cursor
If a job failed, you don't want to leave the editor. Use `list_transcription_history` to pull up past jobs and find the details needed for debugging. You can also use `remove_transcription_job` if you need to delete old records from your data model. These tools give you immediate context, letting the AI write code that references specific job IDs or historical usage.
Set up Speechnotes 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 Speechnotes 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 Speechnotes transactions." If the MCP tools are loaded correctly, Cursor will call the Speechnotes tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"speechnotes-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 Speechnotes. 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 Speechnotes MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Speechnotes MCP today
We host it, we monitor it, we maintain it. You just paste one token.