Svelte & SvelteKit documentation for AI assistants
Connect your AI coding assistant directly to up-to-date Svelte 5 and SvelteKit documentation via this Model Context Protocol (MCP) server, or download preset documentation in llms.txt format and add the docs to your context.
Documentation is automatically fetched from the official documentation source on GitHub and updated hourly.
MCP Server Integration
Connect your AI assistant directly to live Svelte documentation using the Model Context Protocol. Choose your client below for setup instructions.
Direct URL Access
Alternative method: Access documentation presets directly via URL for manual download or integration.
Combined presets
Hand-picked combinations of the Svelte 5 + SvelteKit docs in a variety of sizes to fit different LLMs.
AI-condensed version of the docs focused on code examples and key concepts
Complete Svelte + SvelteKit docs excluding certain advanced sections, legacy, notes and migration docs
Complete Svelte + SvelteKit docs excluding legacy, notes and migration docs
Svelte 5
AI-condensed version of just the Svelte 5 docs
SvelteKit
AI-condensed version of just the SvelteKit docs
Other
Legacy
AI Assistant Integration
Multiple ways to use these presets with your favorite AI coding assistants
Cursor
Cursor supports adding context via URL using the Paste Links feature.
@https://svelte-llm.khromov.se/[preset]
Zed
You can use this project directly in Zed using a /fetch command.
/fetch https://svelte-llm.khromov.se/[preset]
cURL
Let's be realโif you clicked this, you probably already know how to use cURL. But if you don't, here's a quick example:
curl https://svelte-llm.khromov.se/[preset] -o context.txt