Skip to content
Cursor

mcp stark bank for Cursor

io.github.codespar/mcp-stark-bank

MCP server for Stark Bank — transfers, boletos, invoices, Pix, balance

client:Cursor transport:stdio runtime:npm

Install mcp stark bank in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-stark-bank": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-stark-bank"
      ],
      "env": {
        "STARK_BANK_ACCESS_TOKEN": "<STARK_BANK_ACCESS_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp stark bank in other clients