diff --git a/.optimize-cache.json b/.optimize-cache.json index ad33a498be..fa2881382e 100644 --- a/.optimize-cache.json +++ b/.optimize-cache.json @@ -154,6 +154,7 @@ "images/blog/ai-vibe-coding-insights/tweet.png": "4025c2236fcfc74d6435911a26239a8fef889005908ab83b6ee5f010ad3533cd", "images/blog/announcing-2fa.png": "1df5ba12c2de318f858c36a3804b7170844cb74bdb73e1ea37895d674208b9e0", "images/blog/announcing-appwrite-arena/cover.png": "3934fbf6ee24c468b715b1839bc49c335a47a68f7fc99a763b109b2446f97379", + "images/blog/announcing-appwrite-cursor-plugin/cover.png": "1a2dffe9876e72c571f24e46990b203b450b389afb0f0cf125fbd0e7eca4831c", "images/blog/announcing-appwrite-daily-dot-dev-squad/daily.dev-squad.png": "c69fdc687770e5562097fb30bf3f82ba54d7208faae9805faf3677480ba73857", "images/blog/announcing-appwrite-databases-new-ui/cover.png": "9318e0034f7c069246429429c08cc9f87032c34ad040c1f05f75449c4f28ffe9", "images/blog/announcing-appwrite-is-gdpr-compliant/dpa-card.png": "d458c425437bac34930587234f8e239cd39217c9fcd04f135f4cfbecd90627d1", diff --git a/src/routes/blog/post/announcing-appwrite-cursor-plugin/+page.markdoc b/src/routes/blog/post/announcing-appwrite-cursor-plugin/+page.markdoc new file mode 100644 index 0000000000..4fbe1a6f3b --- /dev/null +++ b/src/routes/blog/post/announcing-appwrite-cursor-plugin/+page.markdoc @@ -0,0 +1,62 @@ +--- +layout: post +title: "Introducing the Appwrite plugin for Cursor: Skills, MCP, and commands in one install" +description: The Appwrite plugin for Cursor bundles agent skills, MCP servers, and deployment commands into a single install, so your AI agents can build with Appwrite out of the box. +date: 2026-04-06 +cover: /images/blog/announcing-appwrite-cursor-plugin/cover.png +timeToRead: 4 +author: atharva +category: announcement +featured: false +--- + +Earlier this year, we launched [Appwrite Skills](/docs/tooling/ai/skills), open-source Markdown files that give AI agents deep, language-specific knowledge of Appwrite SDKs. Skills solved a real problem: agents were generating Appwrite code that looked right but used the wrong method signatures, outdated patterns, or missing parameters. With skills installed, agents generate correct, idiomatic Appwrite code without needing documentation pasted into every prompt. + +Today, we are taking a step further. + +# Introducing the Appwrite plugin for Cursor + +The Appwrite plugin for Cursor bundles all the tools your AI agents need to work with Appwrite into a single installation. Instead of manually configuring MCP servers and installing skills separately, you visit the [Cursor Marketplace](https://cursor.com/marketplace/appwrite), click a button, and your agents are ready to build with Appwrite. + +The plugin packages three types of resources into one install: + +## 10 agent skills + +Skills for the Appwrite CLI and all major Appwrite SDKs, including TypeScript, Dart, .NET, Go, Kotlin, PHP, Python, Ruby, and Swift. Each skill gives agents accurate method signatures, usage patterns, and best practices for that specific SDK. Cursor's agents discover and load these skills automatically when they are relevant, so you get precise code generation without wasting context. + +## 2 MCP servers + +The plugin includes both the Appwrite API MCP server and the Appwrite Docs MCP server. The API MCP server lets agents interact directly with your Appwrite project: creating users, managing databases, uploading files, and more. The Docs MCP server gives agents access to the full Appwrite documentation, so they can look up guides, API references, and examples on the fly. + +## 2 commands + +Built-in commands for deploying functions and sites using the Appwrite CLI, directly from the agent chat. + +# Why developers should use the plugin + +Before the plugin, setting up Appwrite in Cursor required manually adding MCP server configurations, installing agent skills separately, and wiring everything together. While it worked, it added unnecessary friction to the initial setup experience. + +The plugin removes this friction entirely: + +- **One-click install**: Visit the marketplace, sign in, and the plugin appears in your editor. No config files need to be edited. +- **Everything in one place**: Skills, MCP servers, and commands are bundled together and stay in sync. +- **Automatic skill discovery**: Cursor's agents load the right skill for your language and framework without you needing to specify anything. + +# How to install + +Installing the plugin takes less than a minute: + +1. Visit the [Appwrite plugin](https://cursor.com/marketplace/appwrite) on the Cursor Marketplace. +2. Sign in with your Cursor account. +3. Click on **Add to Cursor**. +4. The plugin will be added to your editor automatically. + +Once installed, open an agent chat and start building. Try a prompt like `Create a new Appwrite project with auth enabled and a users table` and watch the agent use the right SDK patterns, API calls, and best practices without any extra setup. + +# Resources + +- [Appwrite plugin on the Cursor Marketplace](https://cursor.com/marketplace/appwrite) +- [Plugin source code on GitHub](https://github.com/appwrite/cursor-plugin) +- [Cursor integration docs](/docs/tooling/ai/ai-dev-tools/cursor) +- [Skills documentation](/docs/tooling/ai/skills) +- [Discord community](https://appwrite.io/discord) diff --git a/src/routes/changelog/(entries)/2026-04-06.markdoc b/src/routes/changelog/(entries)/2026-04-06.markdoc new file mode 100644 index 0000000000..494f3948c2 --- /dev/null +++ b/src/routes/changelog/(entries)/2026-04-06.markdoc @@ -0,0 +1,12 @@ +--- +layout: changelog +title: "Appwrite plugin for Cursor" +date: 2026-04-06 +cover: /images/blog/announcing-appwrite-cursor-plugin/cover.png +--- + +The Appwrite plugin is now available on the [Cursor Marketplace](https://cursor.com/marketplace/appwrite). Install it to get agent skills, MCP servers, and deployment commands for Appwrite, all in a single setup. + +{% arrow_link href="/blog/post/announcing-appwrite-cursor-plugin" %} +Read the announcement +{% /arrow_link %} diff --git a/src/routes/docs/tooling/ai/ai-dev-tools/cursor/+page.markdoc b/src/routes/docs/tooling/ai/ai-dev-tools/cursor/+page.markdoc index e2f6d93cf4..fc3f066043 100644 --- a/src/routes/docs/tooling/ai/ai-dev-tools/cursor/+page.markdoc +++ b/src/routes/docs/tooling/ai/ai-dev-tools/cursor/+page.markdoc @@ -1,10 +1,31 @@ --- layout: article title: Cursor -description: Learn how to use Cursor with Appwrite through quick start prompts and MCP servers for AI-assisted development. +description: Learn how to use Cursor with Appwrite through the Appwrite plugin, quick start prompts, and MCP servers for AI-assisted development. --- -{% section #quick-start-prompts step=1 title="Quick start prompts" %} +{% section #install-plugin step=1 title="Install the Appwrite plugin" %} + +The fastest way to get started with Appwrite in Cursor is to install the **Appwrite plugin** from the Cursor Marketplace. The plugin includes agent skills, MCP servers, and commands, giving Cursor's AI agents everything they need to work with your Appwrite projects. + +To install the plugin: + +1. Visit the [Appwrite plugin](https://cursor.com/marketplace/appwrite) page on the Cursor Marketplace. +2. Sign in with your Cursor account. +3. Click **Add to Cursor**. +4. The plugin will be added to your editor automatically. + +Once installed, the plugin gives your AI agents access to Appwrite skills for all major SDKs, MCP servers for the Appwrite API and documentation, and commands for deploying functions and sites. + +{% info title="Prefer manual setup?" %} + +If you'd rather configure MCP servers individually, skip to [Step 3](#step-3). + +{% /info %} + +{% /section %} + +{% section #quick-start-prompts step=2 title="Quick start prompts" %} Get started quickly with these pre-built prompts for common Appwrite integrations: @@ -21,7 +42,9 @@ Browse all quick start prompts {% /section %} -{% section #step-2 step=2 title="Add MCP servers" %} +{% section #step-3 step=3 title="Add MCP servers manually" %} + +If you installed the Appwrite plugin in [Step 1](#install-plugin), MCP servers are already configured and you can skip to [Step 4](#step-4). Connect Appwrite MCP servers to Cursor for deeper integration with the Appwrite API and documentation. @@ -136,7 +159,7 @@ To enable additional API tools, learn more about [command-line arguments](/docs/ {% /section %} -{% section #step-3 step=3 title="Test the integration" %} +{% section #step-4 step=4 title="Test the integration" %} Open Cursor Agent and test your MCP integrations. You can try out the following example prompts based on the MCP server you have configured: @@ -147,8 +170,8 @@ Open Cursor Agent and test your MCP integrations. You can try out the following - `Create a new user in my Appwrite project` - `List all databases in my project` -- `Show me the collections in my database` -- `Create a new document in my collection` +- `Show me the tables in my database` +- `Create a new row in my table` - `Delete a specific user by ID` {% /tabsitem %} diff --git a/static/images/blog/announcing-appwrite-cursor-plugin/cover.png b/static/images/blog/announcing-appwrite-cursor-plugin/cover.png new file mode 100644 index 0000000000..0d9c9fa564 Binary files /dev/null and b/static/images/blog/announcing-appwrite-cursor-plugin/cover.png differ