Awesome Claude DXT
Awesome Claude Desktop Extensions (dxt) (not only Claude) mcpb
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
Maintainer
Works with
Installation
Manual Installation
npx awesome-claude-dxtConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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-dxtChoose 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.
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>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.
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.
Awesome Claude DXT Alternatives — Similar Developer Tools Servers
Looking for alternatives to Awesome Claude 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 Claude 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 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.