comptaskill-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@comptaskill-mcpfind a skill for automated testing and install it"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
comptaskill-mcp
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 |
| Recherche dans le catalogue (mots-clés, catégorie, tri) |
| Liste des catégories |
| Fiche d'un skill + documentation (SKILL.md) |
| Télécharge et installe un skill dans |
| Propose un repo GitHub public au catalogue (passe en modération) |
Related MCP server: Skill Loader MCP Server
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 |
|
| URL de l'instance Comptaskill |
|
| 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables intelligent discovery and management of Claude Skills through semantic search, ratings, favorites, and community curation. Provides tools to search, upload, rate, and organize skills with natural language queries and comprehensive metadata.
- AlicenseAqualityCmaintenanceEnables discovering, fetching, validating, and converting Claude skills from the skills.sh marketplace and GitHub repositories.811MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to discover, search, and install Claude Code Skills from SkillHub, with tools for semantic search, browsing, recommendations, and installation.5611MIT
- Alicense-qualityDmaintenanceEnables all IDEs to access Claude Code Skills capabilities with skill discovery, search, and management tools.24MIT
Related MCP Connectors
Search your team's shared AI-skill library, get install commands, and save skills from your agent.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TARNCOMPTA/comptaskill-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server