Cursor
Connect xpay✦ Tools to Cursor for AI-powered coding with 1000+ tools.
Prerequisites
- Cursor 0.45+ (MCP support)
- An xpay API key
Setup
Add to ~/.cursor/mcp.json:
Master Server (all tools)
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Single Provider
{
"mcpServers": {
"firecrawl": {
"url": "https://firecrawl.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Collection
{
"mcpServers": {
"dev-tools": {
"url": "https://devtools.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Verify
- Open Cursor Settings → MCP
- You should see your server listed with a green status indicator
- In chat, ask: “What tools do you have available?”
Troubleshooting
- Server shows red/disconnected: Check that your API key is correct and has credits remaining
- Tools not appearing: Restart Cursor after editing
mcp.json - “Connection refused” errors: Ensure you’re using
https://(nothttp://)
Last updated on: