Skip to content
Cline

venmo for Cline

io.github.markswendsen-code/venmo

MCP server for Venmo - check balance, send/request money, view history

client:Cline transport:stdio runtime:npm

Install venmo in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "venmo": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-venmo"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

venmo in other clients