tend mcp for Cline
io.github.nries1/tend-mcp
Unofficial MCP server for Tend Dental appointment booking. Not affiliated with Tend.
client:Cline
transport:stdio
runtime:npm
Install tend mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs