|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Introducing the Appwrite plugin for Cursor: Skills, MCP, and commands in one install" |
| 4 | +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. |
| 5 | +date: 2026-04-06 |
| 6 | +cover: /images/blog/announcing-appwrite-cursor-plugin/cover.png |
| 7 | +timeToRead: 4 |
| 8 | +author: atharva |
| 9 | +category: announcement |
| 10 | +featured: false |
| 11 | +--- |
| 12 | + |
| 13 | +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 wrong method signatures, outdated patterns, or missing parameters. With skills installed, agents generate correct, idiomatic Appwrite code without needing documentation pasted into every prompt. |
| 14 | + |
| 15 | +Today, we are taking that a step further. We are launching the **Appwrite plugin for Cursor**. |
| 16 | + |
| 17 | +The Appwrite plugin bundles everything your AI agents need to work with Appwrite into a single install. Instead of manually configuring MCP servers and installing skills separately, you just visit the [Cursor Marketplace](https://cursor.com/marketplace/appwrite), click a button, and your agents are ready to build. |
| 18 | + |
| 19 | +# What is included |
| 20 | + |
| 21 | +The Appwrite plugin packages three types of resources into one install: |
| 22 | + |
| 23 | +## 10 agent skills |
| 24 | + |
| 25 | +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. |
| 26 | + |
| 27 | +## 2 MCP servers |
| 28 | + |
| 29 | +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. |
| 30 | + |
| 31 | +## 2 commands |
| 32 | + |
| 33 | +Built-in commands for deploying functions and sites using the Appwrite CLI, directly from the agent chat. |
| 34 | + |
| 35 | +# Why use the plugin |
| 36 | + |
| 37 | +Before the plugin, setting up Appwrite in Cursor meant manually adding MCP server configurations, installing skills separately, and making sure everything was wired up correctly. It worked, but it was friction that slowed you down. |
| 38 | + |
| 39 | +The plugin removes that friction entirely: |
| 40 | + |
| 41 | +- **One-click install**: Visit the marketplace, sign in, and the plugin appears in your editor. No config files to edit. |
| 42 | +- **Everything in one place**: Skills, MCP servers, and commands are bundled together and stay in sync. |
| 43 | +- **Automatic skill discovery**: Cursor's agents load the right skill for your language and framework without you needing to specify anything. |
| 44 | + |
| 45 | +# How to install |
| 46 | + |
| 47 | +Installing the plugin takes less than a minute: |
| 48 | + |
| 49 | +1. Visit the [Appwrite plugin](https://cursor.com/marketplace/appwrite) on the Cursor Marketplace. |
| 50 | +2. Sign in with your Cursor account. |
| 51 | +3. Click **Add to Cursor**. |
| 52 | +4. The plugin will be added to your editor automatically. |
| 53 | + |
| 54 | +Once installed, open an agent chat and start building. Try a prompt like `Create a new Appwrite project with auth enabled and a users collection` and watch the agent use the right SDK patterns, API calls, and best practices without any extra setup. |
| 55 | + |
| 56 | +# Resources |
| 57 | + |
| 58 | +- [Appwrite plugin on the Cursor Marketplace](https://cursor.com/marketplace/appwrite) |
| 59 | +- [Plugin source code on GitHub](https://github.com/appwrite/cursor-plugin) |
| 60 | +- [Cursor integration docs](/docs/tooling/ai/ai-dev-tools/cursor) |
| 61 | +- [Skills documentation](/docs/tooling/ai/skills) |
| 62 | +- [Discord community](https://appwrite.io/discord) |
0 commit comments