PluginBench
MCP Server

io.github.markswendsen-code/venmo MCP Server

io.github.markswendsen-code/venmo

What is the io.github.markswendsen-code/venmo MCP server?

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

How to install io.github.markswendsen-code/venmo

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "venmo": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-venmo"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "venmo": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-venmo"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "venmo": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-venmo"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "venmo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-venmo"
      ]
    }
  }
}
Claude Code
claude mcp add venmo -- npx -y @striderlabs/mcp-venmo

Related MCP servers

MCP server for Chipotle - let AI agents order burritos, bowls, and more

View repository →

MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress

View repository →

MCP server for Delta Airlines - search flights, check status, manage trips

View repository →

MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering

View repository →

Gmail MCP server — send, read, and search email. By Strider Labs.

View repository →

MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously

View repository →