Learn how you can add the Appwrite MCP server to Cursor.
Pre-requisite: Install uv
You must install uv on your system to use the MCP server.
Add MCP server
Open the Cursor Settings page, head to the MCP tab, and click on the Add new MCP server button.

Enter the name as Appwrite, select the command type, and enter the following command:
Shell
env APPWRITE_API_KEY=your-api-key env APPWRITE_PROJECT_ID=your-project-id uvx mcp-server-appwrite --databases --users
CMD
cmd /c SET APPWRITE_PROJECT_ID=your-project-id && SET APPWRITE_API_KEY=your-api-key && uvx mcp-server-appwrite --databases --users
Once you save the details, Cursor will connect with the MCP server and load all available tools. You may need to restart Cursor if it is unable to start the MCP server.
Enable other MCP tools
To enable additional tools, learn more about command-line arguments.
Test the integration
Open Cursor Agent and add a prompt to create a new user.
