Skip to content
Claude Desktop

tend mcp for Claude Desktop

io.github.nries1/tend-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install tend mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

tend mcp in other clients