Skip to content
Zed

venmo for Zed

io.github.markswendsen-code/venmo

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

client:Zed transport:stdio runtime:npm

Install venmo in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

venmo in other clients