mcp-skeleton-dev

mxmauro/mcp-skeleton-dev
★ 0 stars JavaScript AI/LLM Updated today
MCP server that gives Codex and other AI agents searchable, Svelte-focused access to the official Skeleton UI documentation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-skeleton-dev": {
      "command": "npx",
      "args": [
        "-y",
        "mxmauro/mcp-skeleton-dev"
      ]
    }
  }
}

README Excerpt

A local, stdio MCP server that gives coding agents searchable access to the official [Skeleton documentation](https://www.skeleton.dev/llms-full.txt), with a focus on Svelte usage. - `search_skeleton_docs`: ranked official documentation sections for a task or API query. - `get_skeleton_section`: a full named section, such as `Accordion` or `Installation`.

Tools (4)

get_skeleton_sectionnpxsearch_skeleton_docsskeleton_svelte_guidance