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.
list_themes() List all available Skeleton UI preset themes.
get_theme_info(theme) Get detailed design tokens (colors, fonts, etc.) for a specific theme.
get_theme_guide() Get guidance on theme configuration and custom theme placement.

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.4.tar.gz (302.4 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.4-py3-none-any.whl (294.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skeleton_ui_mcp_server-0.1.4.tar.gz
  • Upload date:
  • Size: 302.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","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.4.tar.gz
Algorithm Hash digest
SHA256 4f712a10c8a7353ac41405ac039b62b43fff7694fec232c1ef59371b228a47fd
MD5 91acddefec5318653dee569db24bce4f
BLAKE2b-256 182f91985096b2a10581bb1506c83f33e6d17929389a7eebe903aa593c6cdabf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skeleton_ui_mcp_server-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 294.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3439d116f5270e23dd2d929ad87ac0481fff54ab0f284f16af711042a63bc67a
MD5 91332eb58b9450130ff0d414fe5a52e4
BLAKE2b-256 ab3afaa8bdf338aacaebda663be17ea4fe17a2189a123f42cc130fe89a2d35d1

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