Skip to content

Commit 395cd1f

Browse files
strickvlclaude
andcommitted
Update README with DXT extension support documentation
Add section explaining Desktop Extensions (DXT) standard support, including benefits of simplified installation and link to official documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3f651fb commit 395cd1f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,17 @@ To set it up for a single repository, you will need to:
177177
In our experience, sometimes it shows a red error indicator even though it is
178178
working. You can try it out by chatting in the Cursor chat window. It will let
179179
you know if is able to access the ZenML tools or not.
180+
181+
## Desktop Extensions (DXT) Support
182+
183+
This project supports [Anthropic's Desktop Extensions (DXT) standard](https://www.anthropic.com/engineering/desktop-extensions), which makes installing MCP servers as simple as clicking a button. DXT is a new packaging format that bundles entire MCP servers into a single `.dxt` file, including all dependencies and providing user-friendly configuration.
184+
185+
The `mcp-zenml.dxt` file in the repository root contains everything needed to run the ZenML MCP server, eliminating the need for complex manual installation steps. This makes powerful ZenML integrations accessible to users without requiring technical setup expertise.
186+
187+
When you drag and drop the `.dxt` file into Claude Desktop's settings, it automatically handles:
188+
- Runtime dependency installation
189+
- Secure configuration management
190+
- Cross-platform compatibility
191+
- User-friendly setup process
192+
193+
For more information about Desktop Extensions and the DXT standard, visit the [official documentation](https://www.anthropic.com/engineering/desktop-extensions).

0 commit comments

Comments
 (0)