Submit

Skill Mcp Server

@ephemeraldew

Skill MCP Server is a standard [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that bridges Claude Skills to any AI agent that supports MCP.

Tools

skill

list_skills

skill_resource

skill_script

file_read

file_write

file_edit

Server Config

{
  "mcpServers": {
    "skill-server": {
      "command": "uvx",
      "args": [
        "skill-mcp-server",
        "--skills-dir",
        "/path/to/your/skills",
        "--workspace",
        "/path/to/workspace"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.