Skip to content

Commit 58420fc

Browse files
committed
docs: remove one-click DXT install from README and website
1 parent 27f1d19 commit 58420fc

2 files changed

Lines changed: 0 additions & 63 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ All examples below work with **both** the local installation and the hosted endp
6464
6565
### Claude Desktop
6666

67-
**One-click install (Desktop Extension):** *(macOS and Windows only)*
68-
69-
1. [Download `ckan-mcp-server.dxt`](https://github.com/ondata/ckan-mcp-server/releases/latest/download/ckan-mcp-server.dxt)
70-
2. Double-click the file — Claude Desktop installs and configures it automatically
71-
3. Open a new chat, click **+**, select **Integrations**, and enable **CKAN MCP Server**
72-
7367
**Using the hosted endpoint (no install) — via connector UI:**
7468

7569
1. Open Claude Desktop and go to **Settings → Integrations**

website/src/pages/index.astro

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -332,63 +332,6 @@ const baseUrl = '/ckan-mcp-server';
332332
</div>
333333
</div>
334334

335-
<!-- One-click install DXT -->
336-
<div class="bg-white border-2 border-gray-200 overflow-hidden">
337-
<div class="px-6 pt-5 pb-2">
338-
<div class="mono text-xs font-medium tracking-widest uppercase text-data-blue mb-2">Claude Desktop · macOS &amp; Windows</div>
339-
<h3 class="display-font text-2xl font-semibold text-navy">One-Click Install</h3>
340-
<p class="text-gray-500 text-sm mt-1">Download and double-click — no terminal, no config files.</p>
341-
</div>
342-
<div class="px-6 pb-6 flex flex-col sm:flex-row sm:items-start gap-5">
343-
<!-- Install dialog preview -->
344-
<div class="flex-1 bg-gray-50 border border-gray-200 p-5 rounded-sm">
345-
<div class="flex items-start gap-4 mb-4 pb-4 border-b border-gray-200">
346-
<img src={`${baseUrl}/favicon-192.png`} alt="CKAN MCP Server icon" class="w-12 h-12 rounded-xl flex-shrink-0" />
347-
<div class="flex-1 min-w-0">
348-
<h4 class="display-font text-lg font-semibold text-navy leading-tight">CKAN MCP Server</h4>
349-
<p class="text-xs text-gray-500 mt-0.5">Explore open data portals based on CKAN (dati.gov.it, data.gov, data.europa.eu, …)</p>
350-
</div>
351-
<a
352-
href="https://github.com/ondata/ckan-mcp-server/releases/latest/download/ckan-mcp-server.dxt"
353-
class="flex-shrink-0 bg-navy text-white text-sm font-semibold px-4 py-2 hover:bg-data-blue transition-colors duration-200"
354-
>
355-
Install
356-
</a>
357-
</div>
358-
<p class="text-sm text-gray-600 leading-relaxed mb-4">
359-
MCP server for interacting with CKAN-based open data portals. Provides tools for advanced dataset search with Solr syntax, DataStore queries for tabular data analysis, organization and group exploration, and complete metadata access.
360-
</p>
361-
<div>
362-
<p class="text-sm font-semibold text-gray-700 mb-1">
363-
Developed by <a href="https://github.com/ondata" target="_blank" rel="noopener noreferrer" class="text-data-blue hover:underline">ondata ↗</a>
364-
</p>
365-
<p class="text-xs text-gray-400 leading-relaxed">Only use extensions from developers you trust. Anthropic does not control which tools developers make available.</p>
366-
</div>
367-
</div>
368-
<!-- Instructions -->
369-
<div class="sm:w-48 flex-shrink-0 flex flex-col gap-4 justify-center">
370-
<div>
371-
<div class="mono text-xs text-gray-400 mb-1 uppercase tracking-wider">Step 1</div>
372-
<a
373-
href="https://github.com/ondata/ckan-mcp-server/releases/latest/download/ckan-mcp-server.dxt"
374-
class="inline-flex items-center gap-2 text-data-blue font-semibold text-sm hover:underline"
375-
>
376-
↓ Download .dxt
377-
</a>
378-
</div>
379-
<div>
380-
<div class="mono text-xs text-gray-400 mb-1 uppercase tracking-wider">Step 2</div>
381-
<p class="text-sm text-gray-700 font-medium">Double-click the file</p>
382-
<p class="text-xs text-gray-500 mt-0.5">Claude Desktop installs and configures automatically</p>
383-
</div>
384-
<div>
385-
<div class="mono text-xs text-gray-400 mb-1 uppercase tracking-wider">Step 3</div>
386-
<p class="text-sm text-gray-700 font-medium">Start chatting</p>
387-
</div>
388-
</div>
389-
</div>
390-
</div>
391-
392335
<!-- Claude Desktop (local install) -->
393336
<div class="relative bg-white border border-gray-200 overflow-hidden">
394337
<div class="absolute top-0 left-0 w-1 h-full bg-gradient-to-b from-data-blue to-teal"></div>

0 commit comments

Comments
 (0)