Tailwind-Svelte-Assistant
If you are the rightful owner of Tailwind-Svelte-Assistant and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Tailwind Svelte Assistant MCP Server is designed to assist with SvelteKit and Tailwind CSS development by providing access to documentation and UI component snippets.
The Tailwind Svelte Assistant MCP Server is a specialized Model Context Protocol (MCP) server that aids developers working with SvelteKit and Tailwind CSS. It serves as an expert resource for AI assistants, offering up-to-date documentation and a library of Svelte component snippets styled with Tailwind CSS. The server scrapes official documentation from SvelteKit and Tailwind CSS websites, making it readily accessible to users. Additionally, it provides tools for content discovery, allowing users to list available documentation topics and snippet categories. The server is built using TypeScript and Node.js, with a structured project layout that includes scripts for scraping and configuration management. It is designed to be easily integrated with MCP clients, providing a seamless experience for developers looking to enhance their workflow with SvelteKit and Tailwind CSS.
Features
- Documentation Access: Provides access to SvelteKit and Tailwind CSS documentation scraped from official sites.
- Component Snippets: Offers a collection of common UI components in .svelte files styled with Tailwind CSS.
- Content Discovery: Includes tools to list available documentation topics and snippet categories.
- Configurable Scraping: Documentation scraping is managed via a configuration file, allowing customization.
Tools
get_sveltekit_doc
Retrieves SvelteKit documentation for a given topic.
get_tailwind_info
Retrieves Tailwind CSS information for a given query.
get_component_snippet
Retrieves a Svelte component code snippet.
list_sveltekit_topics
Lists available SvelteKit documentation topics.
list_tailwind_info_topics
Lists available Tailwind CSS documentation topics.
list_snippet_categories
Lists available snippet categories.
list_snippets_in_category
Lists snippets within a given category.