Gå til hovedindhold
Developer IDE64 kompatible kilder

Cursor IDE integrationer til danske systemer

Integrate Danish APIs, MCP tools, and datasets straight into Cursor IDE. Allow Cursor Composer and Agent mode to query Danish CVR data, tax rules, and public specifications while you code.

Komplet Cursor IDE MCP-konfiguration

Indeholder alle 64 aktive danske MCP-værktøjer

Indsæt denne samlede konfiguration direkte i dine Cursor MCP Settings for at aktivere alle danske systemer på én gang:

{
  "mcpServers": {
    "mcp-dawa-itk": {
      "command": "npx",
      "args": [
        "-y",
        "itk-dev-mcp-dawa"
      ]
    },
    "grundfast-mcp": {
      "type": "http",
      "url": "https://api.grundfast.dk/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_GRUNDFAST_API_KEY>"
      }
    },
    "nemlig-cli": {
      "command": "npx",
      "args": [
        "-y",
        "josequaresma-nemlig_cli"
      ]
    },
    "pleo": {
      "type": "http",
      "url": "https://mcp.pleo.io/mcp"
    },
    "udbud-dk-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pipeworx-io-mcp-udbud-dk"
      ]
    },
    "mcp-energi-data-dk": {
      "command": "npx",
      "args": [
        "-y",
        "pipeworx-io-mcp-energi-data-dk"
      ]
    },
    "mcp-udbud-dk": {
      "command": "npx",
      "args": [
        "-y",
        "pipeworx-io-mcp-udbud-dk"
      ]
    }
  }
}

Kompatible danske kilder (64)

Verificerede API'er, MCP-servere og datafeeds klar til Cursor IDE.

Cursor IDE Integration Snippet
{
  "_notice": "Bilbasen & Bilinfo API is classified as API (restricted). Direct MCP package not published.",
  "documentation": "https://developer.bilinfo.net",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "_notice": "Boliga.dk is classified as API (indirect). Direct MCP package not published.",
  "documentation": "https://www.boliga.dk",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "_notice": "CVR Data Parser & Replicator is classified as CLI (direct). Direct MCP package not published.",
  "documentation": "https://github.com/gronlund/cvrdata#readme",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "_notice": "CVR — Business Registry API is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://data.virk.dk/datakatalog/erhvervsstyrelsen/company-information",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "_notice": "Corti API is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://docs.corti.ai",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "mcpServers": {
    "mcp-dawa-itk": {
      "command": "npx",
      "args": [
        "-y",
        "itk-dev-mcp-dawa"
      ]
    }
  }
}
Cursor IDE Integration Snippet
{
  "_notice": "DAWA Replication Client is classified as CLI (direct). Direct MCP package not published.",
  "documentation": "https://dataforsyningen.dk/data/dawa",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "_notice": "DAWA — Danish Addresses Web API is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://dawadocs.dataforsyningen.dk",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "_notice": "DMI NWP Download CLI is classified as CLI (direct). Direct MCP package not published.",
  "documentation": "https://opendatadocs.dmi.govcloud.dk/",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "_notice": "DMI Open Data APIs is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://opendatadocs.dmi.gov.cloud",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "_notice": "DR — Danish Broadcasting is classified as API (indirect). Direct MCP package not published.",
  "documentation": "https://www.dr.dk",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Cursor IDE Integration Snippet
{
  "_notice": "Danmarks Miljøportal is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://miljoeportal.dk/services/",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Byg dine egne danske værktøjer

Byggesten til Cursor IDE

Har du brug for at generere MCP-servere eller køre browserautomatisering med Cursor IDE?

Alle byggesten
MCP & CLI Builders
Freemium

Instant MCP & CLI generator from OpenAPI, Swagger & APIs

PrintingPress converts OpenAPI and Swagger specifications into fully-typed Model Context Protocol (MCP) servers and CLI tools in seconds.

#mcp-generator#cli-generator#openapi
MCP & CLI Builders
Open Source

High-level Python & TypeScript framework for building MCP servers

FastMCP provides clean decorators and microframework patterns to write production-ready MCP tools in under 10 lines of code.

#mcp#python#sdk
Browser Automation
Open Source

AI-powered web automation and structured data extraction SDK

Built on Playwright by Browserbase, Stagehand provides high-level `act()`, `extract()`, and `observe()` primitives for resilient web automation.

#playwright#browserbase#extraction

Ofte stillede spørgsmål (Cursor IDE)

How do I enable Danish MCP servers in Cursor?

Navigate to Cursor Settings > Features > MCP Servers, click "Add new MCP Server", and use the command configuration listed for each Danish system on this page.

Can Cursor AI edit code using live Danish API schemas?

Yes! When configured with Danish MCP servers, Cursor can fetch live data models and field specifications directly from Danish public endpoints to auto-generate accurate TypeScript/Python API clients.