Lokal
Rank #5,986io.github.slookisen/finn-tannlege-mcp
Norwegian dental clinic directory MCP: ~6,900 clinics with Helfo-agreement, specialty, duty, chain.
Lokal is a Model Context Protocol (MCP) server published by slookisen. It ranks #5,986 of 103,283 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Lokal is listed on Official MCP, with 1 tracked version. It was first listed on Jul 30, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 97,297 of 103,283 servers on MCP Toplist.
Use Lokal
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http finn-tannlege-mcp https://finn-tannlege.com/mcpclaude mcp add finn-tannlege-mcp -e "FINN_TANNLEGE_URL=<your FINN_TANNLEGE_URL>" -- npx -y finn-tannlege-mcpReplace each placeholder with your own value before saving.
[mcp_servers.finn-tannlege-mcp]
url = "https://finn-tannlege.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.finn-tannlege-mcp]
command = "npx"
args = ["-y", "finn-tannlege-mcp"]
[mcp_servers.finn-tannlege-mcp.env]
FINN_TANNLEGE_URL = "<your FINN_TANNLEGE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://finn-tannlege.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"finn-tannlege-mcp": {
"command": "npx",
"args": [
"-y",
"finn-tannlege-mcp"
],
"env": {
"FINN_TANNLEGE_URL": "<your FINN_TANNLEGE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"finn-tannlege-mcp": {
"url": "https://finn-tannlege.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"finn-tannlege-mcp": {
"command": "npx",
"args": [
"-y",
"finn-tannlege-mcp"
],
"env": {
"FINN_TANNLEGE_URL": "<your FINN_TANNLEGE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"finn-tannlege-mcp": {
"type": "http",
"url": "https://finn-tannlege.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"finn-tannlege-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"finn-tannlege-mcp"
],
"env": {
"FINN_TANNLEGE_URL": "<your FINN_TANNLEGE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"finn-tannlege-mcp": {
"serverUrl": "https://finn-tannlege.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"finn-tannlege-mcp": {
"command": "npx",
"args": [
"-y",
"finn-tannlege-mcp"
],
"env": {
"FINN_TANNLEGE_URL": "<your FINN_TANNLEGE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"finn-tannlege-mcp": {
"url": "https://finn-tannlege.com/mcp"
}
}
}{
"mcpServers": {
"finn-tannlege-mcp": {
"command": "npx",
"args": [
"-y",
"finn-tannlege-mcp"
],
"env": {
"FINN_TANNLEGE_URL": "<your FINN_TANNLEGE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.slookisen%2Ffinn-tannlege-mcp)<a href="https://mcptoplist.com/server/io.github.slookisen%2Ffinn-tannlege-mcp"><img src="https://mcptoplist.com/badge/io.github.slookisen%2Ffinn-tannlege-mcp.svg" alt="MCP Toplist: Top 10% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
slookisen
Other servers by slookisen
View all slookisen servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 30, 2026 |
Frequently asked questions
- Who maintains Lokal?
- Lokal is maintained by slookisen, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Lokal listed on the Official MCP Registry?
- Yes — Lokal is listed on the Official MCP Registry.
- How many versions does Lokal have?
- MCP Toplist tracks 1 version of Lokal, most recently published on Jul 30, 2026.
- Where can I find the source code for Lokal?
- The source code for Lokal is hosted at github.com/slookisen/lokal.