tend mcp for Grok
io.github.nries1/tend-mcp
Unofficial MCP server for Tend Dental appointment booking. Not affiliated with Tend.
client:Grok
transport:stdio
runtime:npm
Install tend mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs