Awesome DXT

v1.0.0โ€ขDeveloper Toolsโ€ขstable

๐Ÿš€ 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.

ai-extensionsai-toolsanthropicautomationawesome
Share:
19
Stars
0
Downloads
0
Weekly
0/5

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

Curated MCP server and extension discovery
Claude Desktop ecosystem exploration
MCPStar

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 11, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-dxt

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

Install the DXT CLI

Install the official Anthropic DXT CLI globally to initialize, package, and validate Desktop Extensions.

npm install -g @anthropic-ai/dxt
2

Add 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"]
    }
  }
}
3

Restart Claude Desktop

Restart Claude Desktop to load the awesome-dxt server. No environment variables or API keys are required.

4

Browse the extension catalog

Ask your AI assistant to list or search available Desktop Extensions and MCP servers from the curated directory.

5

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 validate

Awesome 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.

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.

Quick Config Preview

{ "mcpServers": { "awesome-dxt": { "command": "npx", "args": ["-y", "awesome-dxt"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide โ†’

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides