mcp-svelte-docs
Verified Safeby spences10
Overview
Provides authoritative Svelte 5 and SvelteKit documentation, including syntax, parameters, and examples, through a single, unified interface.
Installation
npx -y mcp-svelte-docsSecurity Notes
The server primarily operates locally by querying an SQLite database of documentation content. It uses standard I/O for communication. No 'eval', obfuscation, direct network risks from the server itself (SvelteKit examples in docs might mention network), or hardcoded secrets were found in the server's source code. The main risk would be issues with its dependencies or if the Markdown content itself contained malicious runnable code, which is outside the scope of the server's own execution.
Similar Servers
shadcn-svelte-mcp
This MCP server provides real-time access to shadcn-svelte component documentation, Lucide Svelte icon search, and developer utilities by scraping the official website, making the information available to AI code editors and assistants.
install-this-mcp
The tool generates comprehensive, client-specific installation guides for remote Model Context Protocol (MCP) servers, reducing friction for server maintainers.
mcp-server-nodejs-api-docs
This MCP server provides up-to-date documentation and a search mechanism for Node.js built-in core API modules to assist language models in generating accurate Node.js-related responses.
documcp
An intelligent Model Context Protocol (MCP) server designed to automate GitHub Pages documentation deployment, analysis, and synchronization using AI-driven tools and a knowledge graph memory.