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
{
"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