Lokal
Rank #4,105io.github.slookisen/lokal-mcp
Norwegian local-food MCP: 1,431+ farms, shops, markets + umbrellas (Bondens marked, Hanen, REKO).
Lokal is a Model Context Protocol (MCP) server published by slookisen. It ranks #4,105 of 103,283 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Lokal is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 99,178 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 lokal-mcp -- npx -y lokal-mcp[mcp_servers.lokal-mcp]
command = "npx"
args = ["-y", "lokal-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"lokal-mcp": {
"command": "npx",
"args": [
"-y",
"lokal-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lokal-mcp": {
"command": "npx",
"args": [
"-y",
"lokal-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"lokal-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lokal-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"lokal-mcp": {
"command": "npx",
"args": [
"-y",
"lokal-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lokal-mcp": {
"command": "npx",
"args": [
"-y",
"lokal-mcp"
]
}
}
}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%2Flokal-mcp)<a href="https://mcptoplist.com/server/io.github.slookisen%2Flokal-mcp"><img src="https://mcptoplist.com/badge/io.github.slookisen%2Flokal-mcp.svg" alt="MCP Toplist: Top 5% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
slookisen
Other servers by slookisen
View all slookisen servers →Available versions (3)
| Version | Published |
|---|---|
| 0.4.0 | May 15, 2026 |
| 0.3.3 | Apr 19, 2026 |
| 0.3.1 | Apr 14, 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, alongside PulseMCP and Glama.
- How many versions does Lokal have?
- MCP Toplist tracks 3 versions of Lokal, most recently published on May 15, 2026.
- Where can I find the source code for Lokal?
- The source code for Lokal is hosted at github.com/slookisen/lokal.