Skip to content
Cursor

tend mcp for Cursor

io.github.nries1/tend-mcp

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

client:Cursor transport:stdio runtime:npm

Install tend mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tend mcp in other clients