ShaBaasPay MCP Server for Cursor
io.github.shabaaspay/shabaaspay-mcp-server
MCP server for PayTo agreements and payment initiation in Australia.
client:Cursor
transport:stdio
runtime:npm
Install ShaBaasPay MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shabaaspay-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shabaaspay-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs