Venmo runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 6 Jun 2026.
MCP server for Venmo - check balance, send/request money, view history
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.
claude mcp add venmo -- npx -y @striderlabs/mcp-venmo
{
"mcpServers": {
"venmo": {
"args": [
"-y",
"@striderlabs/mcp-venmo"
],
"command": "npx"
}
}
}
[mcp_servers.venmo]
command = "npx"
args = ["-y", "@striderlabs/mcp-venmo"]
{
"mcpServers": {
"venmo": {
"args": [
"-y",
"@striderlabs/mcp-venmo"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"venmo": {
"args": [
"-y",
"@striderlabs/mcp-venmo"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.