junto mcp for Cursor
io.github.vrllrv/junto-mcp
The payment protocol for people and agents. One MCP server, any payment rail.
client:Cursor
transport:stdio
runtime:npm
Install junto mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"junto-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"junto-mcp"
],
"env": {
"WOOVI_APP_ID": "<WOOVI_APP_ID>",
"JUNTO_DAILY_LIMIT": "<JUNTO_DAILY_LIMIT>",
"JUNTO_TX_MAX": "<JUNTO_TX_MAX>",
"JUNTO_CONFIRM_ABOVE": "<JUNTO_CONFIRM_ABOVE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs