home / mcp / dannet mcp server

DanNet MCP Server

Provides access to the Danish WordNet via MCP for querying semantic relations and AI integration.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "kuhumcst-dannet": {
      "url": "https://wordnet.dk/mcp"
    }
  }
}

DanNet MCP Server exposes the Danish WordNet via a Model Context Protocol (MCP) endpoint, enabling you to query semantic relations and integrate DanNet data into AI workflows and clients with a simple HTTP connection.

How to use

Connect to the DanNet MCP endpoint from any MCP-compatible client using the provided URL. Use the Registry ID io.github.kuhumcst/dannet to identify the server within your client or workflow as required by the tool you are using. Once connected, you can explore DanNet’s synsets, senses, and lexical relationships through your AI prompts or through the client’s querying interface. This enables you to fetch Danish WordNet data directly for natural language understanding, linguistics research, or language-enabled applications.

How to install

Prerequisites: none on the server side for simply accessing DanNet via MCP. You need an MCP client or environment capable of speaking HTTP MCP endpoints.

If you want to connect a client like Claude Desktop, follow these steps to add a new custom MCP server and point it to the DanNet endpoint.