Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Comptaskill

БесплатноНе проверен

Enables searching, installing, and proposing Claude skills from the Comptaskill catalogue directly within Claude Chat, with tools for skill discovery and instal

GitHubEmbed

Описание

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.

from github.com/TARNCOMPTA/comptaskill-mcp

Установка Comptaskill

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/TARNCOMPTA/comptaskill-mcp

FAQ

Comptaskill MCP бесплатный?

Да, Comptaskill MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Comptaskill?

Нет, Comptaskill работает без API-ключей и переменных окружения.

Comptaskill — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Comptaskill в Claude Desktop, Claude Code или Cursor?

Открой Comptaskill на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Comptaskill with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication