Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A powerful MCP server that brings the skills.sh ecosystem directly to your AI agents, enabling effortless discovery, installation, and management of skills.

README.md

🔍 Skills Search MCP

<div align="center">

![PyPI Version](https://pypi.org/project/skills-search-mcp/) ![Python Version](https://pypi.org/project/skills-search-mcp/) ![License](LICENSE) ![GitHub Stars](https://github.com/luiism/skills-search-mcp/stargazers)

A powerful MCP server that brings the skills.sh ecosystem directly to your AI agents

</div>

---

✨ Why Skills Search MCP?

"The best AI agents are those with the right skills."

Finding and installing the right skills for your AI agents shouldn't be a manual research project. Skills Search MCP bridges your AI agents directly to the open-source skills ecosystem, making it effortless to discover, install, and manage skills—all from within your agent workflow.

---

🚀 Features

  • 🔎 Smart Discovery — Search skills by technologies (React, Python, Docker, etc.) or task domains (testing, deployment, linting)
  • 📦 Full Management — Install, uninstall, and update skills without leaving your agent
  • Parallel Search — Lightning-fast async searches across multiple technologies
  • 🎯 Type-Safe — Built with Pydantic for robust input validation
  • 🧹 Clean Output — Automatically strips ANSI codes for readable responses
  • 🔌 Universal CLI Access — Run any skills command directly when needed

---

📋 Available Tools

| Tool | Description | |------|-------------| | find_useful_skills | Discover skills by technologies and task domain | | list_installed_skills | See what skills are already installed | | get_skill_info | Get details about a specific skill | | install_skill | Install a skill locally | | uninstall_skill | Remove a skill | | update_skills | Update installed skills to latest versions | | run_skill_command | Execute raw skills CLI commands |

---

🛠️ Installation

Prerequisites

  • Python 3.10+
  • Node.js & npm (for the skills CLI)

Install Dependencies

pip install fastmcp pydantic

Or with uv:

uv pip install fastmcp pydantic

Install the Skills CLI (if you haven't)

npm install -g @modelcontextprotocol/skills

---

⚡ Quick Start

1. Run the Server

PYTHONPATH=src python3 src/skills_search_mcp/server.py

2. Connect to Claude Desktop (macOS)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "skills-search": {
      "command": "python3",
      "args": ["-P", "/path/to/skills-mcp/src", "src/skills_search_mcp/server.py"]
    }
  }
}

3. Connect to Cursor

Add to Cursor settings (or cursor.mcp.json):

{
  "mcpServers": {
    "skills-search": {
      "command": "python3",
      "args": ["-P", "/path/to/skills-mcp/src", "src/skills_search_mcp/server.py"]
    }
  }
}

---

💡 Usage Examples

Find React Skills

find_useful_skills(technologies=["react"])

Find Testing Skills for Python

find_useful_skills(technologies=["python"], task_domain="testing")

List Installed Skills

list_installed_skills()

Install a Skill

install_skill(skill_url="vercel-labs/agent-skills@vercel-react-best-practices")

Check for Updates

update_skills(update_all=True)

---

🔧 Configuration

Environment Variables

| Variable | Description | Default | |----------|-------------|---------| | SKILLS_TIMEOUT | Timeout for skills commands (seconds) | 60 |

---

🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

---

📚 Resources

---

⭐ Show Your Support

If this project helps you build better AI agents, give it a ⭐️!

![GitHub Stars](https://github.com/luiism/skills-search-mcp/stargazers)

---

<div align="center">

Built with ❤️ for the AI agent community

</div>

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.