mcp pix bcb for Cursor
io.github.codespar/mcp-pix-bcb
MCP server for Pix BCB API — official Banco Central do Brasil Pix standard
client:Cursor
transport:stdio
runtime:npm
Install mcp pix bcb in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-pix-bcb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pix-bcb"
],
"env": {
"PIX_CLIENT_SECRET": "<PIX_CLIENT_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs