ckan-mcp-server

PacificCommunity/ckan-mcp-server
★ 0 stars Python 📊 Data/Analytics Updated today
A MCP Server for CKAN that enable discovery and administration of a CKAN data portal.
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