-
Notifications
You must be signed in to change notification settings - Fork 279
Update top performing blogs + Add a new "News" category #2481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
4c1f1f7
5005ce4
c54ac65
af0c762
f71e8d1
e6b1373
b2467dd
5b9912c
9ceb731
57f10ac
7ef5ddf
ecafd2f
e8bb9c4
b1a6d2f
a1b136f
5a7ec9d
172e0f6
10ec86f
f7d5231
16cb5ba
88324cf
50ef794
8cdf250
cd9c069
1824bcb
c286a83
761d2c5
d4f5b4c
8206180
c5ee7ad
83964bc
7ddcb30
358cd40
2aa80ac
4c702bd
f49d9bd
91be053
3c93ebf
b5f88aa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,8 @@ featured: false | |
| callToAction: true | ||
| --- | ||
|
|
||
| Updated on Oct 6, 2025 | ||
|
|
||
Veera-mulge marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| If you've ever tried using an AI assistant for something practical, like pulling real data from your work files, checking a database, or sending a message, then you've probably hit a frustrating wall. | ||
|
|
||
| These AI models are brilliant, but they're also **disconnected** from the tools we actually use. | ||
|
|
@@ -142,7 +144,11 @@ MCP lets AI assistants **fetch real information** without you needing to switch | |
|
|
||
| Appwrite has introduced the **Appwrite MCP server** to allow AI assistants to interact with Appwrite projects directly. With this, you can now **query databases, fetch user lists, and trigger actions** on your Appwrite project using AI assistants. | ||
|
|
||
| # More about Appwrite MCP server | ||
| # More about Appwrite MCP servers | ||
atharvadeosthale marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Appwrite now supports two MCP servers that make it easier for AI assistants and developer tools to interact directly with your Appwrite projects and documentation. | ||
|
|
||
| # MCP server for Appwrite API | ||
|
|
||
| Appwrite MCP is an **MCP server** that connects AI assistants to your **Appwrite project**. | ||
|
|
||
|
|
@@ -200,12 +206,37 @@ If you get an error that the Appwrite MCP server failed to start, it might be th | |
| "command": "/Users/username/.local/bin/uvx", | ||
| ``` | ||
|
|
||
| With the MCP server successfully started on Claude Desktop, you should now be able to ask Claude to retrieve data or perform action on your Appwrite project. | ||
| With the MCP server successfully started on Claude Desktop, you should now be able to ask Claude to retrieve data or perform an action on your Appwrite project. | ||
|
|
||
|  | ||
|
|
||
| You can also set up the Appwrite MCP server with other AI tools like Cursor and WindSurf. For more examples and specific setup instructions, check out the [MCP documentation](https://appwrite.io/docs/tooling/mcp?doFollow=true). | ||
|
|
||
|
Comment on lines
+209
to
214
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion | 🟠 Major 🧩 Analysis chainVerify "WindSurf" capitalization consistency. Line 213 references "WindSurf" while line 234 uses "Windsurf Editor". Confirm the official product name capitalization and ensure consistency throughout the document. 🌐 Web query: 💡 Result: The product name is capitalized "Windsurf". [1][2] Sources: Standardize “Windsurf” capitalization across the document. Replace “WindSurf” on line 213 with “Windsurf” to match the official product name (as in “Windsurf Editor” on line 234). 🤖 Prompt for AI Agents |
||
| # MCP server for Appwrite docs | ||
|
|
||
| The Appwrite MCP server for documentation allows AI assistants and code-generation tools to access Appwrite’s complete documentation, making it easier to build, debug, and learn directly through natural language commands. | ||
|
|
||
| This means your AI tools can now: | ||
|
|
||
| - Access full documentation – AI assistants get direct access to all Appwrite docs. | ||
| - Stay up to date – Responses are based on the latest published documentation. | ||
| - Search intelligently – Use semantic search across documentation for faster, more relevant results. | ||
| - Generate code – Fetch implementation examples and code snippets from the docs. | ||
| - Learn best practices – Get recommendations from Appwrite’s official guidelines. | ||
|
|
||
| # Installation | ||
|
|
||
| You can integrate the documentation MCP server with multiple tools and editors: | ||
|
|
||
| - Claude Desktop | ||
| - Claude Code | ||
| - Cursor | ||
| - Windsurf Editor | ||
| - VS Code | ||
| - OpenCode | ||
|
|
||
| For setup instructions and examples, check out the [Appwrite Docs MCP server documentation](/docs/tooling/mcp/docs). | ||
|
|
||
| # **Final thoughts** | ||
atharvadeosthale marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| MCP changes how AI assistants work. Instead of being limited to general knowledge, they can now access **real data from real systems** in a structured way. | ||
|
|
@@ -216,5 +247,6 @@ And because MCP is an **open standard**, it doesn't lock anyone into a single pl | |
|
|
||
| # Further reading | ||
| - [Appwrite MCP documentation](/docs/tooling/mcp?doFollow=true) | ||
| - [Appwrite Docs MCP server](/docs/tooling/mcp/docs) | ||
| - [Anthropic MCP documentation](https://docs.anthropic.com/en/docs/agents-and-tools/mcp) | ||
| - [Building a chat app with Appwrite and Google Gemini](/blog/post/build-a-chat-app-with-appwrite-and-gemini?doFollow=true) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both plans here are same. This seems redundant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep removed separate table. Included the pricing info in the main table