mcpbeat Sign in
local only

Venmo runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 6 Jun 2026.

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

Installs per day peak 11 · avg 6 · +81% w/w
a month agotoday
31
Installs / week
npm · @striderlabs/mcp-venmo
0
Stars
1 open issues
6 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime src/browser.ts:68, [пакет] src/browser.ts:68
    return page.$$eval(selector, (els) => els.map((el) => el.textContent || ""));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add venmo -- npx -y @striderlabs/mcp-venmo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "venmo": {
      "args": [
        "-y",
        "@striderlabs/mcp-venmo"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.venmo]
command = "npx"
args = ["-y", "@striderlabs/mcp-venmo"]
.cursor/mcp.json
{
  "mcpServers": {
    "venmo": {
      "args": [
        "-y",
        "@striderlabs/mcp-venmo"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "venmo": {
      "args": [
        "-y",
        "@striderlabs/mcp-venmo"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Venmo

same job, measured the same way
MCP Cobre
by codespar

MCP server for Cobre — CO/MX B2B treasury: balances, counterparties, money movements

16 installs/wk local only
Carsxe MCP
by carsxe

MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes.

answering
agentpromocode
by fedepellegrini

ACDP reference MCP server for promo-code resolution and checkout feedback.

73 installs/wk local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Dig
by nakishiyaman

MCP server for code archaeology: git blame, file history, contributors, and co-change analysis

82 installs/wk local only
Claudex
by kunwar-shah

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

84 installs/wk local only
MCP Stark Bank
by codespar

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

26 installs/wk local only
Bitbucket MCP Server
by lawp09

MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more

447 installs/wk local only

Venmo — questions

Answers built from our own checks of this server.

Why is there no uptime for Venmo?
Venmo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @striderlabs/mcp-venmo was installed 31 times last week.
How do I connect Venmo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @striderlabs/mcp-venmo straight from npm; nothing to host, nothing to sign up for.
How many people use Venmo?
The npm package @striderlabs/mcp-venmo was installed 31 times in the last week. Week over week that is +81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Venmo open source?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.