Files
sveltejs-ai-tools/documentation/docs/60-plugins/30-cursor-plugin.md
Paolo Ricciuti 0ea2a617ef docs: overhaul docs focus on all ai tools (#188)
Co-authored-by: jyc.dev <jycouet@gmail.com>
Co-authored-by: Tee Ming <chewteeming01@gmail.com>
Co-authored-by: Rich Harris <rich.harris@vercel.com>
2026-05-13 20:50:40 +02:00

1.2 KiB

title
title
Cursor

Cursor has a plugin system that can bundle rules, skills, agents, commands, MCP servers, and hooks.

The Svelte plugin gives you the remote Svelte MCP server, Cursor skills, an always-on rule that tells the model how to use the Svelte MCP tools correctly, and the svelte-file-editor subagent for working on .svelte files and .svelte.ts/.svelte.js modules. The source is available in the sveltejs/ai-tools repo.

Installation

Install the plugin from the Cursor Marketplace with the following command:

/add-plugin svelte

Plugins can be installed either for the current project or at user level.

Once installed, Cursor will discover the plugin components automatically:

  • the Svelte MCP server is added from the plugin's .mcp.json
  • rules and skills appear in Cursor's rules UI
  • the svelte-file-editor agent becomes available in chat

[!NOTE] The Cursor CLI does not support plugins yet. Plugin support in Cloud Agents is limited to MCP servers.