Awesome DXT
๐ A curated list of awesome Desktop Extensions (DXT) and MCP servers for Claude Desktop. Discover, share, and contribute to the growing ecosystem of AI-powered local tools and automations.
What is Awesome DXT?
Awesome DXT is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ๐ a curated list of awesome desktop extensions (dxt) and mcp servers for claude desktop. discover, share, and contribute to the growing ecosystem of ai-powered local tools and automations.
๐ A curated list of awesome Desktop Extensions (DXT) and MCP servers for Claude Desktop. Discover, share, and contribute to the growing ecosystem of AI-powered local tools and automations.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- ๐ A curated list of awesome Desktop Extensions (DXT) and MCP
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx awesome-dxtConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Awesome DXT
The Awesome DXT MCP server is a curated discovery directory of Desktop Extensions (DXT) and MCP servers for Claude Desktop, helping developers and users find, explore, and contribute to the growing ecosystem of AI-powered local tools and automations. It provides a structured registry of extensions across categories like development tools, productivity, file management, API integrations, and databases, along with reference implementations and contributing guidelines. Developers building their own DXT extensions use it as a starting point, while users looking to expand their Claude Desktop capabilities browse it to discover new integrations.
Prerequisites
- Claude Desktop installed (version supporting Desktop Extensions, released June 2025 or later)
- Node.js 18 or later for building or running extensions
- The DXT CLI for packaging and validating extensions (npm install -g @anthropic-ai/dxt)
- An MCP-compatible client such as Claude Desktop
Install the DXT CLI
Install the official Anthropic DXT CLI globally to initialize, package, and validate Desktop Extensions.
npm install -g @anthropic-ai/dxtAdd the awesome-dxt-mcp server to your client
Add the server entry to your claude_desktop_config.json so Claude Desktop can query the curated extension directory.
{
"mcpServers": {
"awesome-dxt": {
"command": "npx",
"args": ["awesome-dxt"]
}
}
}Restart Claude Desktop
Restart Claude Desktop to load the awesome-dxt server. No environment variables or API keys are required.
Browse the extension catalog
Ask your AI assistant to list or search available Desktop Extensions and MCP servers from the curated directory.
Initialize a new extension (optional)
If you want to build your own DXT extension, use the DXT CLI to scaffold a new project from a template.
dxt init --template node
dxt pack
dxt validateAwesome DXT Examples
Client configuration
Claude Desktop configuration for the Awesome DXT MCP server.
{
"mcpServers": {
"awesome-dxt": {
"command": "npx",
"args": ["awesome-dxt"]
}
}
}Prompts to try
Example prompts for discovering and working with Desktop Extensions.
- "List all available Desktop Extensions for Claude Desktop."
- "What MCP servers are available for database integrations?"
- "Show me productivity-focused Desktop Extensions in the catalog."
- "What file management extensions are available for Claude Desktop?"
- "How do I build and package my own DXT extension?"Troubleshooting Awesome DXT
npx awesome-dxt command not found or fails to start
Ensure Node.js 18+ is installed and your npm registry is reachable. Try running 'npm install -g awesome-dxt' to install globally, then use 'awesome-dxt' as the command in your config.
DXT CLI dxt init fails with template not found
Update to the latest DXT CLI version with 'npm install -g @anthropic-ai/dxt@latest'. Desktop Extensions were launched in June 2025, so older CLI versions may not have all templates.
Extension not appearing after installing a .dxt file
Ensure Claude Desktop is fully restarted after installing a .dxt extension. Check that the extension's manifest.json is valid by running 'dxt validate' before installation.
Frequently Asked Questions about Awesome DXT
What is Awesome DXT?
Awesome DXT is a Model Context Protocol (MCP) server that ๐ a curated list of awesome desktop extensions (dxt) and mcp servers for claude desktop. discover, share, and contribute to the growing ecosystem of ai-powered local tools and automations. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Awesome DXT?
Follow the installation instructions on the Awesome DXT GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Awesome DXT?
Awesome DXT works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Awesome DXT free to use?
Yes, Awesome DXT is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Awesome DXT Alternatives โ Similar Developer Tools Servers
Looking for alternatives to Awesome DXT? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
โ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
โ 155.8kJava ้ข่ฏ & ๅ็ซฏ้็จ้ข่ฏๆๅ๏ผ่ฆ็่ฎก็ฎๆบๅบ็กใๆฐๆฎๅบใๅๅธๅผใ้ซๅนถๅใ็ณป็ป่ฎพ่ฎกไธ AI ๅบ็จๅผๅ
Gemini CLI
โ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
โ 87.3kโญ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
โ 86.0kModel Context Protocol Servers
CC Switch
โ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Awesome DXT in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Awesome DXT?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.