mcpbeat Sign in

Weeek MCP Server

local only

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

Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.

Installs per day peak 295 · avg 20 · +0% w/w
a month agotoday
118
Installs / week
npm · weeek-mcp
0
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 Weeek 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 weeek-mcp -- npx -y weeek-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weeek-mcp": {
      "args": [
        "-y",
        "weeek-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weeek-mcp]
command = "npx"
args = ["-y", "weeek-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "weeek-mcp": {
      "args": [
        "-y",
        "weeek-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weeek-mcp": {
      "args": [
        "-y",
        "weeek-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Weeek MCP

same job, measured the same way
MCP Server for YNAB
by hs737

Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.

625 installs/wk local only
Database MCP Libsql
by arifulislamat

MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts.

43 installs/wk local only
MIRASTACK Redfish MCP Server
by mirastacklabs

Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.

166 installs/wk local only
Clockify Time Tracking
by tracegazer

Clockify time-tracking MCP: 112 tools across 18 domains, read-only by default with opt-in writes.

147 installs/wk local only
AWS MCP Connector
by ferhatdundar

MCP server for the AWS CLI. Read-only by default; single Go binary.

local only
Discord MCP
by jaimenbell

MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off.

90 installs/wk local only
Mcpg
by devopam

Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.

367 installs/wk local only
ServiceNow MCP Server (NowAIKit)
by aartiq

ServiceNow MCP server: 450+ tools for Claude, ChatGPT, Copilot & any AI. Read-only by default.

308 installs/wk local only

Weeek MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Weeek MCP?
Weeek 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 weeek-mcp was installed 118 times last week.
How do I connect Weeek 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 weeek-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Weeek MCP?
The npm package weeek-mcp was installed 118 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Weeek 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.