ckan-mcp-server

ondics/ckan-mcp-server
★ 14 stars Python 🔌 API Integration Updated 7d ago
A Model Context Protocol (MCP) server for the CKAN API that enables browsing and managing CKAN data portals through MCP-compatible clients.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ckan-mcp-server": {
      "command": "uvx",
      "args": [
        "ckan-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ckan-mcp-server

Topics

ckanmcp-server