---
layout: article
title: Lovable
description: Learn how to connect the Appwrite MCP server to Lovable for AI-assisted development with access to the Appwrite API and documentation.
---

## 1. Add the MCP server

Connect the Appwrite MCP server to Lovable for deeper integration with the Appwrite API and documentation. It is a remote HTTP server, so there are no additional pre-requisites to install.

To add the Appwrite MCP server to Lovable:

1. Go to **Settings** → **Connectors** → **Personal connectors**.
2. Click **New MCP server**.
3. Enter the following details:
    - **Server name**: `Appwrite`
    - **Server URL**: `https://mcp.appwrite.io/`
    - **Authentication**: Select **OAuth**
4. Click **Add server**.

The server uses OAuth for authentication. When Lovable first connects to the server, complete the sign-in flow in your browser to sign in to your Appwrite account and authorize access.

The Appwrite MCP server will now appear in your list of personal connectors.

## 2. Test the integration

Once connected, you can try out the following example prompts:

**Example prompts:**

- `Create a new user in my Appwrite project`
- `List all databases in my project`
- `Show me the tables in my database`
- `How do I set up real-time subscriptions in Appwrite?`
- `Show me how to authenticate users with OAuth`
- `How do I implement file uploads with Appwrite Storage?`
