# Tailwind Svelte Assistant

Provide instant access to SvelteKit and Tailwind CSS documentation along with ready-to-use Svelte component snippets styled with Tailwind. Enable efficient UI development by retrieving relevant docs,…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add CaullenOmdahl/tailwind-svelte-assistant

# Browse available tools
npx -y @smithery/cli@latest tool list CaullenOmdahl/tailwind-svelte-assistant

# Get full schema for a tool
npx -y @smithery/cli@latest tool get CaullenOmdahl/tailwind-svelte-assistant get_sveltekit_doc

# Call a tool
npx -y @smithery/cli@latest tool call CaullenOmdahl/tailwind-svelte-assistant get_sveltekit_doc '{}'
```

## Direct MCP Connection

Endpoint: `https://tailwind-svelte-assistant--caullenomdahl.run.tools`

## Tools (11)

- `get_sveltekit_doc` — [LEGACY] Get SvelteKit documentation for a specific topic. NOTE: This tool only covers ~8% of SvelteKit docs. Use 'get_…
- `get_tailwind_info` — [LEGACY] Get Tailwind CSS information for a specific query. NOTE: This tool only covers ~4% of Tailwind docs. Use 'get_…
- `get_component_snippet` — Get a Svelte component code snippet for a specific UI element.
- `list_sveltekit_topics` — Lists available SvelteKit documentation topics.
- `list_tailwind_info_topics` — Lists available Tailwind CSS documentation topics.
- `list_snippet_categories` — Lists available component snippet categories.
- `list_snippets_in_category` — Lists available snippets within a specified category.
- `get_svelte_full_docs` — Get the complete Svelte and SvelteKit documentation (~1MB, 100% coverage). WARNING: This returns ~320,000 tokens. Only …
- `get_tailwind_full_docs` — Get the complete Tailwind CSS documentation (~2.1MB, 249 files, 100% coverage). WARNING: This returns ~730,000 tokens. …
- `search_svelte_docs` — Search within the complete Svelte and SvelteKit documentation for specific topics or keywords.
- `search_tailwind_docs` — Search within the complete Tailwind CSS documentation for specific utility classes or concepts.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get CaullenOmdahl/tailwind-svelte-assistant <tool-name>
```

## Resources

- `docs://svelte-sveltekit-full` — Full Svelte and SvelteKit documentation in LLM-optimized format (1MB)
- `docs://tailwind-docs-full` — Full Tailwind CSS documentation extracted from GitHub (2.1MB, 249 files)
- `docs://content-summary` — Summary of available documentation and snippets

## Prompts (3)

- `search-svelte-routing` — Search the complete Svelte documentation for routing information
- `get-tailwind-utilities` — Get complete Tailwind CSS utility documentation
- `find-component-snippet` — Browse and find Svelte component code snippets

---

Source: https://github.com/CaullenOmdahl/Tailwind-Svelte-Assistant
