How to Use the Fax.Plus MCP in Cursor
Generate code that interacts with real phone networks and send faxes directly from your Cursor editor during development.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Fax.Plus MCP to Cursor
Create your Vinkius account to connect Fax.Plus 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.
Test outbound faxing without leaving Cursor
The `send_fax` tool transmits digital documents to target numbers directly from your workspace. Cursor's agent mode calls this tool to verify your document pipelines with real network transmissions instead of mocked APIs. You can write a script, run it, and immediately check if the file went through using this MCP connection. Your editor handles the payload delivery, letting you debug transmission errors right inside your workspace.
Build real-time queue monitors in Cursor
The `list_outbox_jobs` tool monitors active transmissions while `cancel_outbox_job` kills pending jobs before they complete. This MCP Server lets Cursor read these live queues directly to help you write accurate status-checking logic. If a job gets stuck, tell the agent to abort it. You see the immediate state change in your editor, which makes developing queue-management systems incredibly fast.
Query live telephone inventory with this MCP Server
The `search_available_numbers` tool finds new inbound lines while `list_fax_numbers` lists your active inventory. Cursor uses this live data to populate your configuration files with real, active phone numbers. Stop hardcoding dummy values in your local environment. This setup pulls actual telephony metadata directly into your active files, ensuring your integration works perfectly before you commit code.
Set up Fax.Plus 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 Fax.Plus 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 Fax.Plus transactions." If the MCP tools are loaded correctly, Cursor will call the Fax.Plus tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"faxplus-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 Fax.Plus. 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 Fax.Plus MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Fax.Plus MCP today
We host it, we monitor it, we maintain it. You just paste one token.