Ckan MCP Server
Rank #757io.github.aborruso/ckan-mcp-server
MCP server for interacting with CKAN open data portals
Ckan MCP Server is a Model Context Protocol (MCP) server published by ondata. It ranks #757 of 132,046 servers tracked on MCP Toplist, and its repository has 58 GitHub stars. Ckan MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Jan 7, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 131,289 of 132,046 servers on MCP Toplist.
Use Ckan MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ckan-mcp-server https://ckan-mcp-server.andy-pr.workers.dev/mcpclaude mcp add ckan-mcp-server -- npx -y @aborruso/ckan-mcp-server[mcp_servers.ckan-mcp-server]
url = "https://ckan-mcp-server.andy-pr.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.ckan-mcp-server]
command = "npx"
args = ["-y", "@aborruso/ckan-mcp-server"]Add to ~/.codex/config.toml.
https://ckan-mcp-server.andy-pr.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ckan-mcp-server": {
"command": "npx",
"args": [
"-y",
"@aborruso/ckan-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ckan-mcp-server": {
"url": "https://ckan-mcp-server.andy-pr.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ckan-mcp-server": {
"command": "npx",
"args": [
"-y",
"@aborruso/ckan-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ckan-mcp-server": {
"type": "http",
"url": "https://ckan-mcp-server.andy-pr.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ckan-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aborruso/ckan-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ckan-mcp-server": {
"serverUrl": "https://ckan-mcp-server.andy-pr.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ckan-mcp-server": {
"command": "npx",
"args": [
"-y",
"@aborruso/ckan-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ckan-mcp-server": {
"url": "https://ckan-mcp-server.andy-pr.workers.dev/mcp"
}
}
}{
"mcpServers": {
"ckan-mcp-server": {
"command": "npx",
"args": [
"-y",
"@aborruso/ckan-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aborruso%2Fckan-mcp-server)<a href="https://mcptoplist.com/server/io.github.aborruso%2Fckan-mcp-server"><img src="https://mcptoplist.com/badge/io.github.aborruso%2Fckan-mcp-server.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ondata
Available versions (13)
| Version | Published |
|---|---|
| 0.4.124 | Sep 6, 2026 |
| 0.4.123 | Sep 5, 2026 |
| 0.4.122 | Sep 5, 2026 |
| 0.4.121 | Sep 5, 2026 |
| 0.4.120 | Sep 5, 2026 |
| 0.4.119 | Aug 20, 2026 |
| 0.4.118 | Aug 6, 2026 |
| 0.4.117 | Aug 4, 2026 |
| 0.4.116 | Aug 4, 2026 |
| 0.4.115 | Aug 3, 2026 |
| 0.4.114 | Aug 3, 2026 |
| 0.4.83 | Mar 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ckan MCP Server?
- Ckan MCP Server is maintained by ondata, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is Ckan MCP Server listed on the Official MCP Registry?
- Yes — Ckan MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Ckan MCP Server have?
- MCP Toplist tracks 13 versions of Ckan MCP Server, most recently published on Sep 6, 2026.
- Where can I find the source code for Ckan MCP Server?
- The source code for Ckan MCP Server is hosted at github.com/ondata/ckan-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.