by milisp
Awesome Claude Desktop Extensions (dxt) (not only Claude) mcpb
# Add to your Claude Code skills
git clone https://github.com/milisp/awesome-claude-dxtA curated list of awesome (not only Claude) Desktop Extensions, tools, and resources
dxt is Desktop Extensions: One-click MCP server installation for Claude Desktop and other Desktop apps
[!TIP] ⭐ Star the repo and follow milisp on X and github for more.
No comments yet. Be the first to share your thoughts!
If you find this project helpful, please consider starring!
This list is community-maintained. See CONTRIBUTING.md for guidelines. Or translate plan
All extensions are located in the servers folder, each organized by owner/repo, and containing a manifest.json and user_config.json. If the manifest.json is verified by the community, a verified.json file will also be included.
If you have any disconnect issue check the manifest.json at these useful repos, python and nodejs
"mcp_config": {
"command": "uv",
"args": [
"run",
"--directory",
"${__dirname}",
"python",
"${__dirname}/main.py"
]
}