Skip to main content

MCP server for dynamic AI agent skill management

Project description

skills-as-mcp

An MCP server for dynamic AI agent skill management. Install, search, and manage Agent Skills from any MCP client — Claude Code, Cursor, Simba, or any tool that speaks MCP.

What Makes This Different

Every existing solution assumes skills are local files you manually place. skills-as-mcp lets your AI agent install skills from URLs mid-conversation:

You: "install this skill https://example.com/weather/SKILL.md"
Agent: calls install_skill(url="https://example.com/weather/SKILL.md")
Agent: "Weather skill installed. You now have weather lookup capabilities."
You: "what's the weather in Tokyo?"
Agent: reads skill://weather → follows instructions → answers

Install

pip install skills-as-mcp

Quick Start

With Claude Code

Add to your MCP config (.claude/settings.json or ~/.claude.json):

{
  "mcpServers": {
    "skills-as-mcp": {
      "command": "skills-as-mcp"
    }
  }
}

With Any MCP Client

# Run via stdio (default)
skills-as-mcp

# Run as HTTP server
skills-as-mcp --transport http --port 8000

Storage

Skills are stored in ~/.skills-as-mcp/ by default. Override with:

export SKILL_SHELF_DIR=/path/to/shelf

MCP Tools

Tool Description
install_skill(url?, content?) Install from URL or raw SKILL.md content
list_skills(enabled_only?) List all installed skills
get_skill(name) Read full SKILL.md instructions
search_skills(query) Search by name/description
remove_skill(name) Uninstall a skill
enable_skill(name) Re-enable a disabled skill
disable_skill(name) Disable without removing

MCP Resources

URI Description
skill://index Index of all enabled skills
skill://{name} Full SKILL.md content for a skill

SKILL.md Format

Follows the agentskills.io open standard:

---
name: my-skill
description: What this skill does and when to use it
license: MIT
compatibility: Requires internet access
metadata:
  author: your-name
  version: "1.0"
---

# My Skill

Instructions the agent reads and follows...

Development

git clone https://github.com/sumo/skills-as-mcp.git
cd skills-as-mcp
pip install -e ".[dev]"
pytest -v

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skills_as_mcp-0.1.0.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

skills_as_mcp-0.1.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file skills_as_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: skills_as_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for skills_as_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6e8676c401ddcd44f42d5939055654510cbd967aa3bd632449a4e52195dec459
MD5 cfb029275104bb51d10b008a9504997e
BLAKE2b-256 26d0bfbcda05b9c11f1050cd3e3e59b00e7b457bf7ef14637c1e7150b3ae118c

See more details on using hashes here.

File details

Details for the file skills_as_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: skills_as_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for skills_as_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e2a1fe17551a33ccefac41a4a711e36f5f3c49cc37bc47496ec002b5e2909618
MD5 20477343d82fce33bc484f48a1d6b3ad
BLAKE2b-256 d079f15fc41b94e1b3941d0acbba891b0b77c23c9731d3775aa5e69fcca968f3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page