HelpDental for Cursor
io.github.tris686/helpdental-mcp
Search 10,000+ UK dental practices, compare treatment prices, and find emergency dentists.
client:Cursor
transport:stdio
runtime:npm
Install HelpDental in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs