mcpbeat Sign in

Meridian MCP Server

by meridian-silkdev Your server? Claim it
local only

Meridian MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 387 installs a week from npm. Last commit 4 Sep 2026.

MCP server for Meridian: services, requests, workflow, payments, meetings for founders.

Installs per day peak 339 · avg 12
a month agotoday
387
Installs / week
npm · @meridiantoolkit/mcp
0
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Meridian MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 meridian-mcp -- npx -y @meridiantoolkit/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meridian-mcp": {
      "args": [
        "-y",
        "@meridiantoolkit/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meridian-mcp]
command = "npx"
args = ["-y", "@meridiantoolkit/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "meridian-mcp": {
      "args": [
        "-y",
        "@meridiantoolkit/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meridian-mcp": {
      "args": [
        "-y",
        "@meridiantoolkit/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Meridian MCP

same job, measured the same way
Alternative Payments
by wyre-technology

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
Alternative Payments
by wyre-ai

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

233 installs/wk local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
MCP Flow Cl
by codespar

MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API

16 installs/wk local only
MCP Stone
by codespar

MCP server for Stone — open banking, payments, Pix, transfers

34 installs/wk local only
Easy Labs MCP Server
by itseasy

Payments data, revenue workflows, and merchant-application guidance for AI agents, by Easy Labs.

110 installs/wk 14 tools answering

Meridian MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Meridian MCP?
Meridian MCP 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 @meridiantoolkit/mcp was installed 387 times last week.
How do I connect Meridian MCP?
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 @meridiantoolkit/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Meridian MCP?
The npm package @meridiantoolkit/mcp was installed 387 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Meridian MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.