@svgrid/mcp - Model Context Protocol server for SvGrid
The SvGrid MCP server gives an AI coding agent real demo source, current documentation, the curated API reference, and the SvGrid Studio app generators as callable tools. It runs locally over stdio: no telemetry, no outbound network calls, and no API key. It is listed in the official MCP registry as com.svgrid/svgrid.
Install
No install step is required. Add it to Claude Code with claude mcp add svgrid -- npx -y @svgrid/mcp, or point any MCP stdio client at npx -y @svgrid/mcp. Claude Desktop, Cursor, VS Code, and Zed each take the same command in their own config format.
Tools
The server exposes 35 tools. The six documentation and example tools are free; the SvGrid Studio generators are commercial.
list_examples- List every demo with id, title, and a one-line blurb.get_example_source- Return the full .svelte source of one demo, verbatim, including imports.list_docs- List every documentation page (slug + title).get_doc- Return the markdown for a single doc page.search_docs- Substring search across all docs, with an excerpt around the first hit.get_api_reference- The curated public-API surface, grouped by category.
The Studio generators are introspect_source (infer an EntitySchema from a Drizzle schema file or sample JSON rows) and scaffold_entity (generate runnable SvelteKit files from that schema), plus 27 studio_* tools that drive the same validated project model the visual designer uses: entities, screens, blocks, forms, auth, access, tenancy, data layer, deploy target, theme, and app generation.
Licensing
The documentation tools are free and need no key. The Studio generators run unlicensed but prepend a notice comment to generated files; set SVGRID_LICENSE_KEY in the MCP server's environment for licensed use.