StablecoinX for Cursor
io.github.e2xlabs/stablecoinx-mcp
Drive a StablecoinX business account — auth, API keys, sessions, paymaster policy, webhooks.
client:Cursor
transport:stdio
runtime:npm
Install StablecoinX in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stablecoinx-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stablecoinx/mcp"
],
"env": {
"SCX_STATE_PASSPHRASE": "<SCX_STATE_PASSPHRASE>",
"SCX_STATE_DIR": "<SCX_STATE_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs