Odel
tend mcp

tend mcp

Local
@nries1TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtend-mcpv0.1.2

Run

npx -y tend-mcp

MCP client config

{
  "mcpServers": {
    "tend-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tend-mcp"
      ]
    }
  }
}