Skip to content
Cline

mcp skill server for Cline

io.github.jcc-ne/mcp-skill-server

An MCP server that mounts your skill directory and add deterministic entry for deployment

client:Cline transport:stdio runtime:pypi

Install mcp skill server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "mcp-skill-server": {
      "command": "uvx",
      "args": [
        "mcp-skill-server"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp skill server in other clients