Skip to main content

MCP server exposing Skeleton UI (Svelte) documentation as tools for coding agents

Project description

Skeleton UI MCP Server

This project was built with the assistance of coding agents (Claude Code).

[!WARNING] Svelte only. This MCP server currently covers the Svelte version of Skeleton UI exclusively. React and other framework variants are not included yet.

An MCP server that exposes the Skeleton UI documentation as tools for coding agents. Documentation is served from pre-fetched static files — no live network calls during tool use.

Tools

Tool Description
search_docs(query, limit?) Keyword search across titles, slugs, excerpts, and groups. Use this first to find the right slug.
list_docs_by_group(group) List all docs in a category (e.g. "Framework Components").
list_all_docs() Full index of all 58 docs. Prefer the tools above.
get_docs_for(slug) Returns full Markdown documentation for a slug.

Claude Desktop Configuration

Using uvx (recommended)

No installation needed — uvx fetches and runs the package automatically:

{
  "mcpServers": {
    "skeleton-ui-docs": {
      "command": "uvx",
      "args": ["skeleton-ui-mcp-server@latest"]
    }
  }
}

From source

git clone <repo>
cd skeleton-ui-mcp-server
uv sync
{
  "mcpServers": {
    "skeleton-ui-docs": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/skeleton-ui-mcp-server",
        "run",
        "skeleton-ui-mcp-server"
      ]
    }
  }
}

Refreshing the Static Files

The skeleton_ui_mcp_server/static/ directory contains pre-fetched documentation from skeleton.dev. To refresh it manually:

uv run --extra fetch python index.py

This re-fetches all pages listed in skeleton_ui_mcp_server/static/_llms.txt and regenerates the individual JSON files.

A GitHub Actions workflow (.github/workflows/update-static.yml) runs this automatically every night at 03:00 UTC and commits any changes back to the repository. It can also be triggered manually via Actions → Update static docs → Run workflow. The integrity tests (tests/test_audit.py) run as part of the workflow before committing — if they fail the commit is skipped.

Quality Assurance

Install dev dependencies first:

uv sync --group dev
Command What it does
uv run --group dev pytest -v Run all tests (tool smoke tests + static integrity)
uv run --group dev pytest tests/test_tools.py -v MCP tool tests only
uv run --group dev pytest tests/test_audit.py -v Static data + _llms.txt format tests only
uv run --group dev pyright Type-check server.py and index.py
uv run --group dev pip-audit Scan dependencies for known vulnerabilities

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

skeleton_ui_mcp_server-0.1.3.tar.gz (234.3 kB view details)

Uploaded Source

Built Distribution

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

skeleton_ui_mcp_server-0.1.3-py3-none-any.whl (245.8 kB view details)

Uploaded Python 3

File details

Details for the file skeleton_ui_mcp_server-0.1.3.tar.gz.

File metadata

  • Download URL: skeleton_ui_mcp_server-0.1.3.tar.gz
  • Upload date:
  • Size: 234.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for skeleton_ui_mcp_server-0.1.3.tar.gz
Algorithm Hash digest
SHA256 6155973bf9d534e63a74b15af224d1833e07e688a0671f1fb987a83b640e5898
MD5 87be98999941f3fe035aa62fe893e936
BLAKE2b-256 6502e2ee3f2dd07f6add0cfb4d1c845801a9189340d33502d6098602265d1ab4

See more details on using hashes here.

File details

Details for the file skeleton_ui_mcp_server-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: skeleton_ui_mcp_server-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 245.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for skeleton_ui_mcp_server-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 85c9f12e3a7af6ee8de375b26a8750656e433ea6672a4972cd5f3408a07c5bc3
MD5 237c213f441cd93a43ad713c19b9dc4d
BLAKE2b-256 cd400c9300031f3d5eec073b757c99ecb36a393307231c0c6e638887d65866ae

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