mcp-svelte-docs
Verified Safeby spences10
Overview
Provides authoritative Svelte 5 and SvelteKit definitions extracted from TypeScript declarations.
Installation
npx -y mcp-svelte-docsEnvironment 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
shadcn-svelte-mcp
Provides real-time access to shadcn-svelte component documentation, Bits UI API details, and Lucide Svelte icon search via an MCP server for AI-powered code editors and CLIs.
install-this-mcp
The tool generates comprehensive, client-specific installation guides for remote Model Context Protocol (MCP) servers, reducing friction for server maintainers.
documcp
DocuMCP is an intelligent Model Context Protocol (MCP) server designed for automating documentation workflows, including analysis, generation, and deployment for GitHub Pages.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.