Awesome Claude DXT

v1.0.0Developer Toolsstable

Awesome Claude Desktop Extensions (dxt) (not only Claude) mcpb

awesomeawesome-listclaudeclaude-desktopdxt
Share:
173
Stars
0
Downloads
0
Weekly
0/5

What is Awesome Claude DXT?

Awesome Claude DXT is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to awesome claude desktop extensions (dxt) (not only claude) mcpb

Awesome Claude Desktop Extensions (dxt) (not only Claude) mcpb

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Awesome Claude Desktop Extensions (dxt) (not only Claude) mc

Use Cases

Discover MCP servers and Claude Desktop extensions.
Access curated list of Claude tools and integrations.
milisp

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-claude-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 Claude DXT

awesome-claude-dxt is a curated community repository cataloguing Desktop Extensions (DXT) and MCP servers compatible with Claude Desktop and other AI clients. It organizes hundreds of integrations across 15+ categories — including development tools, databases, web services, finance, and media — each with configuration snippets, so developers can quickly discover and bootstrap new tool integrations without searching across dozens of individual repositories. It also provides manifest.json and user_config.json examples to help contributors add their own extensions to the list.

Prerequisites

  • A GitHub account to browse or contribute to the repository
  • An MCP-compatible client such as Claude Desktop, Cursor, or Windsurf to use the listed extensions
  • Node.js or Python installed depending on the specific extension you choose to install
  • Git for cloning individual extension repositories
1

Browse the curated list

Visit the GitHub repository to explore MCP servers and DXT extensions organized by category. Each entry includes a link to the source repository and a brief description.

# Browse online at:
https://github.com/milisp/awesome-claude-dxt
2

Choose an extension and open its repository

Click through to the source repository for any extension that interests you. Read its README for specific install instructions and required API keys.

3

Install the chosen extension

Most extensions are installed via npx, uvx, or pip. Example for a Python-based extension via uvx — replace with the actual package name from the listing.

# For npm-based extensions:
npx -y <extension-package-name>

# For Python-based extensions:
uvx <extension-package-name>
4

Add the extension to your Claude Desktop config

Edit claude_desktop_config.json with the configuration snippet from the extension's README. The awesome-claude-dxt repo provides manifest.json and user_config.json format examples to guide you.

5

Contribute a new extension

To submit a new DXT or MCP server to the list, fill out the community Google Form linked in the repository. Contributions are reviewed and added to the appropriate category.

Awesome Claude DXT Examples

Client configuration

Example Claude Desktop configuration using a typical extension from the awesome-claude-dxt list (adjust package name to your chosen extension).

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

Prompts to try

After installing an extension discovered through awesome-claude-dxt, use it through Claude.

- "Show me all available tools from the installed MCP servers"
- "Search for MCP servers that connect to PostgreSQL databases"
- "Use the Brave Search extension to find recent news about MCP protocol updates"

Troubleshooting Awesome Claude DXT

An extension from the list is no longer maintained or its repository is archived

Check the extension's GitHub repository for a deprecation notice or fork. The awesome-claude-dxt list is community-maintained, so some entries may become outdated. Look for actively maintained forks or alternatives in the same category.

Configuration snippet from the list uses ${__dirname} and does not work

The ${__dirname} variable is a DXT-specific substitution that Claude Desktop resolves automatically. If you are adding the config manually to claude_desktop_config.json, replace ${__dirname} with the absolute path to the extension's directory on your system.

Claude Desktop does not load an extension after adding the config entry

Validate the JSON in claude_desktop_config.json with a JSON linter — a single trailing comma or missing brace will silently break the entire config. Restart Claude Desktop after fixing any JSON errors.

Frequently Asked Questions about Awesome Claude DXT

What is Awesome Claude DXT?

Awesome Claude DXT is a Model Context Protocol (MCP) server that awesome claude desktop extensions (dxt) (not only claude) mcpb It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Awesome Claude DXT?

Follow the installation instructions on the Awesome Claude DXT GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Awesome Claude DXT?

Awesome Claude DXT works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Awesome Claude DXT free to use?

Yes, Awesome Claude 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-claude-dxt": { "command": "npx", "args": ["-y", "awesome-claude-dxt"] } } }

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

Read the full setup guide →

Ready to use Awesome Claude 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