Skip to content
Zed

tend mcp for Zed

io.github.nries1/tend-mcp

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

client:Zed transport:stdio runtime:npm

Install tend mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "tend-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tend-mcp"
      ],
      "env": {
        "TEND_EMAIL": "<TEND_EMAIL>",
        "TEND_PASSWORD": "<TEND_PASSWORD>",
        "TEND_REFRESH_TOKEN": "<TEND_REFRESH_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tend mcp in other clients