Skip to main content
Glama
Blindex09
by Blindex09

๐ŸŽฏ Skills MCP Server - Global Command Integration

Exposes 1,334 skills as global MCP tools in Claude Desktop, VSCode, Cursor, and any compatible client

What it does

  • ๐Ÿ“š Automatically discovers all skills in c:\skills (live, no rebuild required)

  • ๐Ÿ—‚๏ธ Categorizes 1,334 skills into 18 categories with dedicated commands per category

  • ๐Ÿ”ง Exposes 24 MCP tools: 18 category-based + 6 general (including BM25 semantic search)

  • ๐ŸŒ Works in Claude Desktop, VSCode Copilot, Cursor, GitHub Copilot

Related MCP server: Skillz

Architecture

c:\skills\                    โ† 1300+ skills (cada uma com SKILL.md)
         โ”œโ”€โ”€ agent-customization/
         โ”‚   โ””โ”€โ”€ SKILL.md
         โ”œโ”€โ”€ react-best-practices/
         โ”‚   โ””โ”€โ”€ SKILL.md
         โ””โ”€โ”€ ...

c:\mcp\                       โ† MCP Server
     โ”œโ”€โ”€ mcp_server.py          โ† Servidor principal (24 tools, FastMCP)
     โ”œโ”€โ”€ categorize_skills.py   โ† Utilitรกrio de auditoria de categorias
     โ”œโ”€โ”€ categories.json        โ† Snapshot de categorias para auditoria
     โ”œโ”€โ”€ sync_cursor_rules.py   โ† Sincroniza CLAUDE.md โ†’ Cursor User Rules
     โ”œโ”€โ”€ setup.py               โ† Configura clientes automaticamente
     โ”œโ”€โ”€ pyproject.toml         โ† Dependรชncias (uv)
     โ”œโ”€โ”€ requirements.txt       โ† Dependรชncias (pip)
     โ””โ”€โ”€ README.md

Setup - 3 quick steps

1๏ธโƒฃ Install dependencies

# Recomendado (uv)
cd c:\mcp
uv sync

# Alternativa (pip)
pip install -r requirements.txt

2๏ธโƒฃ Run setup

cd c:\mcp
python setup.py

Or using the PowerShell script (recommended for Windows):

.\setup.ps1

This automatically configures:

  • โœ… Claude Desktop (%APPDATA%\Claude\claude_desktop_config.json)

  • โœ… Cursor (~\.cursor\mcp.json)

  • ๐Ÿ“ Displays instructions for VSCode

3๏ธโƒฃ Restart applications

Restart Claude Desktop, Cursor, and/or VSCode to load the server.


Available tools (24 total)

By category (18 tools)

Each tool lists only the skills in that category, with an icon and count.

Tool

Category

Skills

list_accessibility_skills

โ™ฟ Accessibility

9

list_ai_skills

๐Ÿค– AI & Agents

191

list_backend_skills

โš™๏ธ Backend

123

list_frontend_skills

๐ŸŽจ Frontend

122

list_devops_skills

๐Ÿš€ DevOps & Cloud

238

list_security_skills

๐Ÿ”’ Security

89

list_testing_skills

โœ… Testing & QA

114

list_mobile_skills

๐Ÿ“ฑ Mobile

29

list_data_skills

๐Ÿ“Š Data Engineering

38

list_automation_skills

๐Ÿ”„ Automation

171

list_architecture_skills

๐Ÿ—๏ธ Architecture

79

list_language_skills

๐Ÿ’ป Languages

75

list_content_skills

๐Ÿ“ Content & Marketing

97

list_gamedev_skills

๐ŸŽฎ GameDev

8

list_business_skills

๐Ÿ’ผ Business & Startups

53

list_web3_skills

๐Ÿ”— Web3 & Blockchain

8

list_health_skills

๐Ÿฅ Health & Wellness

17

list_legal_skills

โš–๏ธ Legal

9

All accept the parameter limit: int = 0 (0 = returns all in the category)

General (6 tools)

Tool

What it does

invoke_skill(skill_name, params)

Reads and returns the full SKILL.md of a skill

search_skills(query)

Searches by substring in name/category

semantic_search_skills(query, top_k)

BM25 semantic search โ€” understands context, multi-token, partial synonyms

list_categories()

Lists all available categories with counts

list_all_skills(page, per_page)

Lists all 1,334 skills with pagination

refresh_skills()

Forces immediate cache reload (no restart)


Usage examples

# Listar skills de AI
list_ai_skills()
โ†’ ๐Ÿค– AI & Agentes โ€” 129 skills: agent-evaluation, agent-memory-mcp, ...

# Invocar uma skill especรญfica
invoke_skill("react-best-practices", "como usar hooks corretamente?")
โ†’ [retorna conteรบdo completo do SKILL.md]

# Buscar por palavra
search_skills("docker")
โ†’ [lista todas as skills com "docker" no nome]

# Ver todas as categorias
list_categories()
โ†’ โ™ฟ accessibility (8) | ๐Ÿค– ai (129) | โš™๏ธ backend (80) | ...

Skill categorization

Skills are automatically categorized by folder name using token rules, prefixes, and substrings defined in mcp_server.py (dict CATEGORY_RULES).

To verify categories after adding new skills:

python categorize_skills.py

Runtime categorization is performed directly by the server โ€” categories.json is just a snapshot for auditing.

Current distribution (March 2026):

  • ๐Ÿš€ devops: 233 | ๐Ÿค– ai: 168 | ๐Ÿ”„ automation: 153 | โœ… testing: 109

  • โš™๏ธ backend: 94 | ๐ŸŽจ frontend: 91 | ๐Ÿ“ content: 88 | ๐Ÿ”’ security: 81

  • ๐Ÿ’ป language: 63 | ๐Ÿ—๏ธ architecture: 60 | ๐Ÿ’ผ business: 33 | ๐Ÿ“ฑ mobile: 27

  • ๐Ÿ“Š data: 22 | โ™ฟ accessibility: 9 | ๐Ÿ”— web3: 8 | ๐ŸŽฎ gamedev: 7

  • ๐Ÿ“ฆ other: 298 (meta/personal skills without technical category)

  • 77.7% of skills categorized into specific categories


Structure of a SKILL.md

# Nome da Skill

Descriรงรฃo brevรญssima do que a skill faz.

## Uso

Como usar, exemplos, contexto...

The server reads the title (H1), extracts metadata, and uses the full content as context.


Adding a new skill

  1. Create the folder: c:\skills\{skill-name}\

  2. Create the file: c:\skills\{skill-name}\SKILL.md

  3. Run python categorize_skills.py to update the category cache

  4. The server discovers the skill on the next call (no restart required)


Troubleshooting

Skills not appearing

python -c "from mcp_server import get_skills; print(len(get_skills()))"

Claude Desktop / Cursor not connecting

  1. Check uv in PATH: uv --version

  2. Check the config: %APPDATA%\Claude\claude_desktop_config.json

  3. Completely restart the client

VSCode not recognizing tools

  • Check settings.json (see output of python setup.py)

  • Restart VSCode


Slash Commands per Client

Client

Syntax

Status

Claude Desktop

/ai, /backend, /oliverplan

โœ… native

Claude Code

/ai, /backend, /oliverplan

โœ… native

VS Code Copilot

/skills.ai, /skills.backend, /skills.oliverplan

โœ… works

Cursor

does not support MCP Prompts

โŒ use natural language

Dynamic Global Memory

Client

Mechanism

How to update

Claude Desktop / Code

~/.claude/CLAUDE.md

edit and save

VS Code Copilot

~/.claude/CLAUDE.md (auto-detected)

edit and save

Cursor

Cursor Settings โ†’ Rules (SQLite)

python c:/mcp/sync_cursor_rules.py

Sync rules with Cursor

# Ver o que serรก gravado (dry-run)
python c:/mcp/sync_cursor_rules.py --show

# Sincronizar (feche o Cursor antes)
python c:/mcp/sync_cursor_rules.py

# Limpar
python c:/mcp/sync_cursor_rules.py --clear


Created: March 26, 2026
Updated: March 29, 2026
Version: 2.2
Skills: 1,334 | Categories: 18 | MCP Tools: 24
Status: โœ… Production ready

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables Claude to create, edit, run, and manage reusable skills stored locally, including executing scripts with automatic dependency management and environment variables. Works across all MCP-compatible clients like Cursor, Claude Desktop, and claude.ai.
    5
    29
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Turns Claude-style skills (SKILL.md files with resources) into callable MCP tools for any agent. Discovers skills from a directory, exposes their instructions and resources, and can execute bundled helper scripts.
    398
    MIT
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that transforms Claude-style skills and resources into callable tools for any MCP-compatible agent or client. It automatically discovers, exposes, and executes scripts from skills organized in local directories or packaged archives.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Automatically discovers and installs AI skills for your project's tech stack, supporting Claude, Copilot, Codex, and other MCP-compatible agents.
    14
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.

  • Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.

  • Free public MCP for AI agents โ€” 193 tools, 44 workflows. No API key.

View all MCP Connectors

Latest Blog Posts

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/Blindex09/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server