mcpbeat Sign in

Zyfy MCP Server

local only

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

MCP server for Zyfy — UK postcode and vehicle intelligence for Claude and other AI agents

Installs per day peak 12 · avg 5 · +207% w/w
a month agotoday
40
Installs / week
npm · @zyfy-uk/mcp
0
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zyfy MCP

same job, measured the same way
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
R
Syncline MCP Server
by syncline

AI-powered meeting scheduling with intelligent auto-scheduling for Claude and AI agents.

218 installs/wk local only
Sleepwalker
by sleepwalker

AI Visibility and Content Intelligence tools for Claude and MCP-compatible agents.

answering
Boostu Teamleader MCP
by boostuagency

MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants.

56 installs/wk local only
Nynch MCP Server
by peterod99

CRM, relationship intelligence, and multi-agent orchestration for AI agents.

answering
AreaCode.fyi MCP Server
by riv-lc

North American (NANP) area-code & phone-number intelligence for AI agents, by areacode.fyi.

37 installs/wk local only

Zyfy MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Zyfy MCP?
Zyfy 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 @zyfy-uk/mcp was installed 40 times last week.
How do I connect Zyfy 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 @zyfy-uk/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Zyfy MCP?
The npm package @zyfy-uk/mcp was installed 40 times in the last week. Week over week that is +207%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zyfy MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.