MCP Server
Active
MIT
io.github.slookisen/finn-tannlege-mcp MCP Server
io.github.slookisen/finn-tannlege-mcp
What is the io.github.slookisen/finn-tannlege-mcp MCP server?
Norwegian dental clinic directory MCP: ~6,900 clinics with Helfo-agreement, specialty, duty, chain.
How to install io.github.slookisen/finn-tannlege-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
FINN_TANNLEGE_URLOverride API base URL (default: https://finn-tannlege.com)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"finn-tannlege-mcp": {
"command": "npx",
"args": [
"-y",
"finn-tannlege-mcp"
],
"env": {
"FINN_TANNLEGE_URL": "<YOUR_FINN_TANNLEGE_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"finn-tannlege-mcp": {
"command": "npx",
"args": [
"-y",
"finn-tannlege-mcp"
],
"env": {
"FINN_TANNLEGE_URL": "<YOUR_FINN_TANNLEGE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"finn-tannlege-mcp": {
"command": "npx",
"args": [
"-y",
"finn-tannlege-mcp"
],
"env": {
"FINN_TANNLEGE_URL": "<YOUR_FINN_TANNLEGE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"finn-tannlege-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"finn-tannlege-mcp"
],
"env": {
"FINN_TANNLEGE_URL": "<YOUR_FINN_TANNLEGE_URL>"
}
}
}
}Claude Code
claude mcp add finn-tannlege-mcp --env FINN_TANNLEGE_URL=<YOUR_FINN_TANNLEGE_URL> -- npx -y finn-tannlege-mcpRelated MCP servers
Norwegian local-food MCP: 1,431+ farms, shops, markets + umbrellas (Bondens marked, Hanen, REKO).
1
View repository →TypeScript
MIT
Norwegian experiences marketplace MCP: activities by county, category, weather, season, group size.
1
View repository →TypeScript
MIT