← Back to list

dxt-packaging
by adeze
Raindrop MCP Server
⭐ 108🍴 19📅 Jan 23, 2026
SKILL.md
name: dxt-packaging description: Desktop Extension (DXT) Packaging and Distribution keywords: [dxt, desktop-extension, packaging, distribution, anthropic, extension]
DXT Packaging Skill
Guidelines for building and packaging MCP servers as Desktop Extensions (DXT) using the Anthropic Desktop Extension framework.
Overview
Desktop Extensions (DXT) allow AI assistants to discover and use MCP servers from a package archive. This skill covers the complete DXT development workflow.
Getting Started
Read the Specifications
- Architecture & Overview: https://www.anthropic.com/engineering/desktop-extensions
- DXT Repository: https://github.com/anthropics/dxt
README.md- Architecture overview, capabilities, and integration patternsMANIFEST.md- Complete extension manifest structure and field definitionsexamples/- Reference implementations including a "Hello World" example
Create Proper Extension Structure
- Generate a valid
manifest.jsonfollowing the MANIFEST.md spec - Implement an MCP server using
@modelcontextprotocol/sdkwith proper tool definitions - Include proper error handling and timeout management
Development Best Practices
MCP Protocol Communication
- Implement proper MCP protocol communication via stdio transport
- Structure tools with clear schemas, validation, and consistent JSON responses
- Make use of the fact that this extension will be running locally
Logging & Debugging
- Add appropriate logging and debugging capabilities
- Use structured logging for error tracking
- Include proper documentation and setup instructions
Testing Considerations
- Validate that all tool calls return properly structured responses
- Verify manifest loads correctly and host integration works
- Generate complete, production-ready code that can be immediately tested
- Focus on defensive programming and clear error messages
- Follow the exact DXT specifications to ensure ecosystem compatibility
Key Files
- manifest.json - Extension metadata and configuration
- src/index.ts - Main entry point for the MCP server
- build/ - Compiled output for distribution
References
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon



