Comptaskill
FreeNot checkedEnables searching, installing, and proposing Claude skills from the Comptaskill catalogue directly within Claude Chat, with tools for skill discovery and instal
About
Enables searching, installing, and proposing Claude skills from the Comptaskill catalogue directly within Claude Chat, with tools for skill discovery and installation.
README
Serveur MCP pour chercher, installer et proposer des skills Claude depuis le catalogue Comptaskill, directement dans un chat Claude (Claude Code ou Claude Desktop).
Outils exposés
| Outil | Rôle |
|---|---|
rechercher_skills |
Recherche dans le catalogue (mots-clés, catégorie, tri) |
lister_categories |
Liste des catégories |
details_skill |
Fiche d'un skill + documentation (SKILL.md) |
installer_skill |
Télécharge et installe un skill dans ~/.claude/skills/ |
proposer_skill |
Propose un repo GitHub public au catalogue (passe en modération) |
Installation
Le serveur ne nécessite aucun compte : le catalogue et l'installation sont publics.
Claude Code
Ajoutez-le à la configuration MCP (.mcp.json à la racine du projet, ou config
utilisateur) :
{
"mcpServers": {
"comptaskill": {
"command": "npx",
"args": ["-y", "comptaskill-mcp"]
}
}
}
Claude Desktop
Dans claude_desktop_config.json (menu Réglages ▸ Développeur ▸ Modifier la config) :
{
"mcpServers": {
"comptaskill": {
"command": "npx",
"args": ["-y", "comptaskill-mcp"]
}
}
}
Puis redémarrez Claude. Demandez par exemple : « cherche un skill d'attestation sur Comptaskill et installe-le ».
Sans publication npm (exécution locale)
Tant que le paquet n'est pas publié sur npm, pointez directement le fichier :
{
"mcpServers": {
"comptaskill": {
"command": "node",
"args": ["C:/Users/Dell/comptaskill-mcp/index.mjs"]
}
}
}
(exécutez npm install une fois dans le dossier au préalable).
Configuration
| Variable | Défaut | Rôle |
|---|---|---|
COMPTASKILL_URL |
https://comptaskill.fr |
URL de l'instance Comptaskill |
COMPTASKILL_SKILLS_DIR |
~/.claude/skills |
Dossier d'installation des skills |
Sécurité
L'installation extrait l'archive du skill en se protégeant du zip-slip (aucun
fichier écrit hors du dossier cible). Les skills sont open source ; inspectez
leur contenu (details_skill, lien GitHub) avant de les utiliser.
Install Comptaskill in Claude Desktop, Claude Code & Cursor
unyly install comptaskill-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add comptaskill-mcp -- npx -y comptaskill-mcpFAQ
Is Comptaskill MCP free?
Yes, Comptaskill MCP is free — one-click install via Unyly at no cost.
Does Comptaskill need an API key?
No, Comptaskill runs without API keys or environment variables.
Is Comptaskill hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Comptaskill in Claude Desktop, Claude Code or Cursor?
Open Comptaskill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Comptaskill with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
