HelpDental for Grok
io.github.tris686/helpdental-mcp
Search 10,000+ UK dental practices, compare treatment prices, and find emergency dentists.
client:Grok
transport:stdio
runtime:npm
Install HelpDental in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"helpdental-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"helpdental-mcp"
],
"env": {
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_ANON_KEY": "<SUPABASE_ANON_KEY>",
"MCP_BOOKING_API_KEY": "<MCP_BOOKING_API_KEY>",
"HELPDENTAL_API_BASE": "<HELPDENTAL_API_BASE>"
}
}
}
}
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