stitch-skills (MCP Server)

GitHub

A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.

8,046 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

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

{
  "mcpServers": {
    "stitch-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-stitch-skills"
      ]
    }
  }
}