Back to Home
spences10 icon

mcp-svelte-docs

Verified Safe

by spences10

Overview

Provides authoritative Svelte 5 and SvelteKit definitions extracted from TypeScript declarations.

Installation

Run Command
npx -y mcp-svelte-docs

Environment Variables

  • DEBUG

Security Notes

The server primarily focuses on providing documentation from a local SQLite database. It does not use `eval` or exhibit obfuscation. Network requests are typically initiated within SvelteKit's controlled environment (e.g., `fetch` calls in loaders or remote functions, which are part of SvelteKit's design), not arbitrary user input. There are no obvious hardcoded secrets; environment variables are accessed where appropriate. The use of `better-sqlite3` with prebuilt binaries reduces potential compilation issues but relies on the integrity of those binaries. Overall, it appears to be a robust and focused documentation server.

Similar Servers

Stats

Interest Score52
Security Score9
Cost ClassLow
Avg Tokens1000
Stars122
Forks10
Last Update2026-01-17

Tags

SvelteSvelteKitDocumentationDeveloper ToolMCP