tend mcp for Windsurf
io.github.nries1/tend-mcp
Unofficial MCP server for Tend Dental appointment booking. Not affiliated with Tend.
client:Windsurf
transport:stdio
runtime:npm
Install tend mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs