mcpbeat Sign in

Tend MCP Server

local only

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

Unofficial MCP server for Tend Dental appointment booking. Not affiliated with Tend.

Installs per day peak 18 · avg 5 · -45% w/w
a month agotoday
27
Installs / week
npm · tend-mcp
0
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: TEND_EMAIL (Your Tend account email.), TEND_PASSWORD (Your Tend account password. Set this OR TEND_REFRESH_TOKEN, not both required.), TEND_REFRESH_TOKEN (A Cognito refresh token obtained by hand from DevTools (see README). Alternative to TEND_PASSWORD.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tend MCP

same job, measured the same way
Qnexus MCP
by blite-hq

MCP server for Quantinuum Nexus, wrapping the qnexus SDK. Not affiliated with Quantinuum.

94 installs/wk local only
PortlandMaps (Unofficial)
by gptnowllc

Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.

70 installs/wk 11 tools answering
MCP Redtrack
by pijusz

MCP server for RedTrack affiliate tracking API

38 installs/wk local only
Leadpipe
by leadpipe-com

Official MCP server for Leadpipe intent and data APIs.

25 installs/wk local only
Healthchecks Io MCP
by ronniechong

Unofficial MCP server for managing Healthchecks.io checks via the Management API

62 installs/wk local only
Zenoti
by jamesrosingmd

MCP server for Zenoti spa/wellness/medspa — guests, appointments, bookings, invoices

85 installs/wk local only
Yazio MCP
by fliptheweb

MCP server for accessing Yazio user & nutrition data (unofficial)

247 installs/wk local only
Livespace CRM MCP Server
by proautomator

Unofficial local MCP server for Livespace CRM with read tools and guarded writes.

27 installs/wk local only

Tend MCP — questions

Answers built from our own checks of this server.

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