Model Context Protocol · Free · No API key
The Stealthis MCP server connects Claude, Claude Code and Cursor to the full Stealthis library — components, animations, complete pages and design systems your agent can search, read and drop straight into your project.
Connect in 2 minutes
https://mcp.stealthis.dev/mcp
No account. No API key. Works in claude.ai, Desktop, Claude Code & Cursor.
Remote connector — nothing to install. Works on claude.ai (web) and the Claude desktop app.
https://mcp.stealthis.dev/mcp.
Ask in plain language — the agent calls search and get_snippet behind the scenes.
"Search stealthis for a pricing table with a monthly/annual toggle and add it to my landing page."
"List stealthis resources in the web-animations category that use GSAP, easy difficulty."
"Show me stealthis dark-theme hero sections and paste the HTML of the best one."
Registers the server for every Claude Code session.
$ claude mcp add stealthis --transport http https://mcp.stealthis.dev/mcp
{
"mcpServers": {
"stealthis": {
"type": "http",
"url": "https://mcp.stealthis.dev/mcp"
}
}
}
The library ships complete landing pages per industry — gym, clinic, fintech, agency, and 60+ more verticals.
"Build a gym landing page using stealthis snippets: hero, class schedule, pricing and a signup modal."
"Create a design-system starter for my brand based on stealthis theme resources — tokens, buttons, cards, forms."
The hosted server is what claude.ai and Desktop connectors use — nothing runs on your machine. If you're developing the worker itself, run it locally and point a local client at it:
$ bun run dev:mcp # → http://localhost:8787/mcp
Prefer plain HTTP? The same tools exist as REST routes (GET /tools/…) and a machine summary at GET /api.
Every resource with a demo has a full-screen page on lab.stealthis.dev — the agent fetches the link with get_lab.
"Find three stealthis glassmorphism cards, give me their live demo links so I can compare, then install my favorite."
Want the full walkthroughs — prompts, tool traces and results?
Open the use-case build log →GET /tools/…) and a machine-readable summary at GET /api.list_resources and search return catalog metadata; get_resource returns full details for one slug; get_snippet returns real source code (html, css, js, react, next, vue, svelte, astro); get_lab returns a live full-screen demo URL.mcp.stealthis.dev. claude.ai connectors always use the remote URL. Local (http://localhost:8787/mcp) only applies when you run the worker yourself during development.