Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"norway-open-data-mcp": {
"command": "npx",
"args": [
"-y",
"iamkm1/Norway-Open-Data-MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add norway-open-data-mcp npx -y iamkm1/Norway-Open-Data-MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"norway-open-data-mcp": {
"command": "npx",
"args": [
"-y",
"iamkm1/Norway-Open-Data-MCP"
]
}
}
}
📋 Copy
README Excerpt
**Norway Open Data MCP lets AI assistants use Norwegian public data directly as tools. It runs locally on your machine and needs no hosted backend.** ```bash npx -y norway-open-data-mcp ``` That single command is the entire deployment story. Your MCP client starts this package as a local subprocess, talks to it over stdin/stdout, and the package
Tools (20)
NORWAY_MCP_APP_NAME NORWAY_MCP_CACHE NORWAY_MCP_CONTACT_EMAIL NORWAY_MCP_DEBUG NORWAY_MCP_NVE_API_KEY NORWAY_MCP_RETRIES NORWAY_MCP_TIMEOUT_MS cmd get_current_norwegian_hazards get_norwegian_company_profile get_norwegian_electricity_prices get_norwegian_location_profile get_norwegian_municipality_profile get_norwegian_transport_departures get_norwegian_weather_forecast mcpServers query_norwegian_statistics resolve_norwegian_administrative_code search_norwegian_addresses search_norwegian_classification_codes
Topics
ai-tools mcp model-context-protocol norway open-data public-data stdio typescript