mcpbeat Sign in

Weckr MCP Server

local only

Weckr runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 20 Aug 2026.

Ask which of your customers cost more in LLM calls than they pay, per user and per feature.

Installs per day peak 18 · avg 7 · +6% w/w
a month agotoday
21
Installs / week
npm · @weckr/mcp
8
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Weckr 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 weckr -- npx -y @weckr/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weckr": {
      "args": [
        "-y",
        "@weckr/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weckr]
command = "npx"
args = ["-y", "@weckr/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "weckr": {
      "args": [
        "-y",
        "@weckr/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weckr": {
      "args": [
        "-y",
        "@weckr/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WECKR_API_KEY (Your Weckr project API key (starts with wk_), from the dashboard sidebar at useweckr.com/dashboard.), WECKR_PROJECT_ID (Optional. Pins the server to one project id; otherwise it is resolved from the API key.), WECKR_BASE_URL (Optional. Overrides the API base URL, for self-hosted or staging deployments.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Weckr

same job, measured the same way
I
Routing Services Courier
by carlos-vlab

Pay-per-call ($0.01 USDC) model-routing for AI coding agents: which LLM to call, cost vs. quality.

1 tools answering
Gateway
by toolhail

Find and call the right MCP server for any task - pay per use, no install.

2 tools answering
Jumpseller
by jumpseller

Manage your Jumpseller store with AI. Products, orders, customers, and more.

answering
MarketAIVerse
by marketaiverse

Which LLMs actually run on your GPU, and how fast. Mixture-of-experts included.

19 tools answering
Stripe
by stripe

MCP server integrating with Stripe - tools for customers, products, payments, and more.

answering
Spendline
by spendline

Enforce AI budgets before the model call and track cost per customer across 10 providers.

10 tools answering
Kosha Model Discovery
by sriinnu

Tells your agent which model to use and what it costs, across 45 providers and local runtimes.

669 installs/wk local only
Syncro
by wyre-technology

MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.

local only

Weckr — questions

Answers built from our own checks of this server.

Why is there no uptime for Weckr?
Weckr 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 @weckr/mcp was installed 21 times last week.
How do I connect Weckr?
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 @weckr/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Weckr?
The npm package @weckr/mcp was installed 21 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Weckr open source?
Yes — it is published under the MIT licence, written in TypeScript and 8 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.