skeleton-svelte-mcp

skeleton-svelte-mcp

A local stdio MCP server that gives coding agents searchable access to official Skeleton documentation, with tools for searching docs, retrieving sections, and getting Svelte-specific guidance.

Category
Visit Server

README

Skeleton Svelte MCP

A local, stdio MCP server that gives coding agents searchable access to the official Skeleton documentation, with a focus on Svelte usage.

What it provides

  • 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.
  • skeleton_svelte_guidance: Svelte-oriented excerpts for an implementation task.
  • skeleton://documentation/full: the complete official documentation as an MCP resource.

Documentation is retrieved only from Skeleton's published llms-full.txt, kept in memory for one hour, and refreshed after that. If a refresh fails, the last successful copy remains available for the process lifetime.

Install and build

Requires Node.js 20 or later.

npm install
npm run build

Codex configuration

Add this server to your Codex MCP configuration, replacing {base-folder} with the directory containing this project:

[mcp_servers.skeleton-svelte]
command = "node"
args = ["{base-folder}\\dist\\index.js"]

For development, use npx tsx {base-folder}\\src\\index.ts as the command and arguments instead.

The server uses stdout exclusively for MCP JSON-RPC; operational logs must go to stderr.

Run directly from GitHub

The compiled dist/ folder is intentionally committed, so Codex can download and run a tagged GitHub release without a local clone. Create and push a Git tag that matches the release, for example:

git tag v0.1.0
git push origin v0.1.0

Then configure Codex to install and run that immutable release through npx:

[mcp_servers.skeleton-svelte]
command = "npx"
args = [
  "--yes",
  "--package=github:mxmauro/mcp-skeleton-dev#v0.1.0",
  "skeleton-svelte-mcp"
]

v0.1.0 is a Git tag, not merely the version value in package.json. Every tagged release must include package.json, package-lock.json, and a freshly built dist/ directory. Node.js, npm, GitHub access, and network access are required on the machine where Codex starts the server.

License

Licensed under the MIT License. Copyright (c) 2026 Mauro H. Leggieri.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured