opplevagent-mcp
Rank #45,086io.github.slookisen/opplevagent-mcp
Norwegian experiences marketplace MCP: activities by county, category, weather, season, group size.
opplevagent-mcp is a Model Context Protocol (MCP) server published by slookisen. It ranks #45,086 of 103,283 servers tracked on MCP Toplist. opplevagent-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jun 22, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 58,197 of 103,283 servers on MCP Toplist.
Use opplevagent-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http opplevagent-mcp https://opplevagent.no/mcpclaude mcp add opplevagent-mcp -e "OPPLEVAGENT_URL=<your OPPLEVAGENT_URL>" -- npx -y opplevagent-mcpReplace each placeholder with your own value before saving.
[mcp_servers.opplevagent-mcp]
url = "https://opplevagent.no/mcp"Add to ~/.codex/config.toml.
[mcp_servers.opplevagent-mcp]
command = "npx"
args = ["-y", "opplevagent-mcp"]
[mcp_servers.opplevagent-mcp.env]
OPPLEVAGENT_URL = "<your OPPLEVAGENT_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://opplevagent.no/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"opplevagent-mcp": {
"command": "npx",
"args": [
"-y",
"opplevagent-mcp"
],
"env": {
"OPPLEVAGENT_URL": "<your OPPLEVAGENT_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opplevagent-mcp": {
"url": "https://opplevagent.no/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"opplevagent-mcp": {
"command": "npx",
"args": [
"-y",
"opplevagent-mcp"
],
"env": {
"OPPLEVAGENT_URL": "<your OPPLEVAGENT_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"opplevagent-mcp": {
"type": "http",
"url": "https://opplevagent.no/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"opplevagent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opplevagent-mcp"
],
"env": {
"OPPLEVAGENT_URL": "<your OPPLEVAGENT_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opplevagent-mcp": {
"serverUrl": "https://opplevagent.no/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"opplevagent-mcp": {
"command": "npx",
"args": [
"-y",
"opplevagent-mcp"
],
"env": {
"OPPLEVAGENT_URL": "<your OPPLEVAGENT_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opplevagent-mcp": {
"url": "https://opplevagent.no/mcp"
}
}
}{
"mcpServers": {
"opplevagent-mcp": {
"command": "npx",
"args": [
"-y",
"opplevagent-mcp"
],
"env": {
"OPPLEVAGENT_URL": "<your OPPLEVAGENT_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%2Fopplevagent-mcp)<a href="https://mcptoplist.com/server/io.github.slookisen%2Fopplevagent-mcp"><img src="https://mcptoplist.com/badge/io.github.slookisen%2Fopplevagent-mcp.svg" alt="MCP Toplist: Top 50% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
slookisen
Other servers by slookisen
View all slookisen servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Jul 30, 2026 |
| 0.1.1 | Jun 22, 2026 |
Frequently asked questions
- Who maintains opplevagent-mcp?
- opplevagent-mcp is maintained by slookisen, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is opplevagent-mcp listed on the Official MCP Registry?
- Yes — opplevagent-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does opplevagent-mcp have?
- MCP Toplist tracks 2 versions of opplevagent-mcp, most recently published on Jul 30, 2026.
- Where can I find the source code for opplevagent-mcp?
- The source code for opplevagent-mcp is hosted at github.com/slookisen/opplevagent-mcp.