Skip to content

Commit 15f64a7

Browse files
address comments
1 parent 18b6ce5 commit 15f64a7

2 files changed

Lines changed: 22 additions & 24 deletions

File tree

src/routes/changelog/(entries)/2026-04-06.markdoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ date: 2026-04-06
55
cover: /images/blog/announcing-appwrite-cursor-plugin/cover.png
66
---
77

8-
The Appwrite plugin is now available on the Cursor Marketplace. It bundles agent skills, MCP servers, and commands into a single install, giving Cursor's AI agents everything they need to build with Appwrite.
9-
10-
The plugin includes skills for all major Appwrite SDKs, MCP servers for the Appwrite API and documentation, and commands for deploying functions and sites. Install it from the [Cursor Marketplace](https://cursor.com/marketplace/appwrite) to get started.
8+
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.
119

1210
{% arrow_link href="/blog/post/announcing-appwrite-cursor-plugin" %}
1311
Read the announcement

src/routes/docs/tooling/ai/ai-dev-tools/cursor/+page.markdoc

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,7 @@ title: Cursor
44
description: Learn how to use Cursor with Appwrite through the Appwrite plugin, quick start prompts, and MCP servers for AI-assisted development.
55
---
66

7-
{% section #quick-start-prompts step=1 title="Quick start prompts" %}
8-
9-
Get started quickly with these pre-built prompts for common Appwrite integrations:
10-
11-
{% cards %}
12-
{% cards_item href="/docs/tooling/ai/quickstart-prompts/nextjs" title="Next.js" icon="icon-nextjs" %}
13-
{% /cards_item %}
14-
{% cards_item href="/docs/tooling/ai/quickstart-prompts/tanstack-start" title="TanStack Start" icon="web-icon-tanstack" %}
15-
{% /cards_item %}
16-
{% /cards %}
17-
18-
{% arrow_link href="/docs/tooling/ai/quickstart-prompts" %}
19-
Browse all quick start prompts
20-
{% /arrow_link %}
21-
22-
{% /section %}
23-
24-
{% section #install-plugin step=2 title="Install the Appwrite plugin" %}
7+
{% section #install-plugin step=1 title="Install the Appwrite plugin" %}
258

269
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.
2710

@@ -42,9 +25,26 @@ If you'd rather configure MCP servers individually, skip to [Step 3](#step-3).
4225

4326
{% /section %}
4427

28+
{% section #quick-start-prompts step=2 title="Quick start prompts" %}
29+
30+
Get started quickly with these pre-built prompts for common Appwrite integrations:
31+
32+
{% cards %}
33+
{% cards_item href="/docs/tooling/ai/quickstart-prompts/nextjs" title="Next.js" icon="icon-nextjs" %}
34+
{% /cards_item %}
35+
{% cards_item href="/docs/tooling/ai/quickstart-prompts/tanstack-start" title="TanStack Start" icon="web-icon-tanstack" %}
36+
{% /cards_item %}
37+
{% /cards %}
38+
39+
{% arrow_link href="/docs/tooling/ai/quickstart-prompts" %}
40+
Browse all quick start prompts
41+
{% /arrow_link %}
42+
43+
{% /section %}
44+
4545
{% section #step-3 step=3 title="Add MCP servers manually" %}
4646

47-
If you installed the Appwrite plugin in [Step 2](#install-plugin), MCP servers are already configured and you can skip to [Step 4](#step-4).
47+
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).
4848

4949
Connect Appwrite MCP servers to Cursor for deeper integration with the Appwrite API and documentation.
5050

@@ -170,8 +170,8 @@ Open Cursor Agent and test your MCP integrations. You can try out the following
170170

171171
- `Create a new user in my Appwrite project`
172172
- `List all databases in my project`
173-
- `Show me the collections in my database`
174-
- `Create a new document in my collection`
173+
- `Show me the tables in my database`
174+
- `Create a new document in my table`
175175
- `Delete a specific user by ID`
176176

177177
{% /tabsitem %}

0 commit comments

Comments
 (0)