MCPHub LabRegistryappwrite/appwrite
appwrite

appwrite/appwrite

Built by appwrite 55,320 stars

What is appwrite/appwrite?

An MCP server that connects AI assistants like Claude to Appwrite's cloud backend platform. Appwrite provides user authentication, databases, file storage, messaging, and other backend services that power mobile and web applications.

How to use appwrite/appwrite?

Set up an Appwrite account and project, configure the MCP with your project credentials, then ask Claude to help manage your backend data like creating user accounts, organizing database records, or handling file uploads through natural conversation.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/appwrite-appwrite --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/appwrite-appwrite

Key Features

User account and authentication management
Database operations (create, read, update, delete records)
File storage and management
Real-time messaging and notifications
Team and permission management
Natural language interface for backend operations

Optimized Use Cases

Quickly set up test user accounts for app development
Organize and clean up database collections through conversation
Generate sample data for testing your mobile or web app
Monitor user activity and manage permissions
Automate routine backend maintenance tasks

appwrite/appwrite FAQ

Q

Is this safe to use with my production app data?

No, only use this with test or development projects. AI could accidentally modify or delete important production data.

Q

Do I need to know programming to use this?

No, you can manage your Appwrite backend through natural conversation with Claude, making it accessible to non-developers.

Official Documentation

View on GitHub
<img width="1920" height="1080" alt="image" src="https://github.com/user-attachments/assets/55a81268-4ecc-46cd-bdf5-73f7e8662fee" /> <br /> <p align="center"> <h1>Appwrite</h1> <b>Appwrite is an open-source, all-in-one development platform. Use built-in backend infrastructure and web hosting, all from a single place.</b> <br /> <br /> </p>

Discord X Appwrite Cloud

English | 简体中文

Appwrite is an open-source development platform for building web, mobile, and AI applications. It brings together backend infrastructure and web hosting in one place, so teams can build, ship, and scale without stitching together a fragmented stack. Appwrite is available as a managed cloud platform and can also be self-hosted on infrastructure you control.

With Appwrite, you can add authentication, databases, storage, functions, messaging, realtime capabilities, and integrated web app hosting through Sites. It is designed to reduce the repetitive backend work required to launch modern products while giving developers secure primitives and flexible APIs to build production-ready applications faster.

Find out more at https://appwrite.io.

Table of Contents:

Products

  • Appwrite Auth - Secure user authentication with multiple login methods including email/password, SMS, OAuth, anonymous sessions, and magic links. Includes session management, multi-factor authentication, and user verification flows.

  • Appwrite Databases - Scalable structured data storage with support for databases, tables, and rows. Includes querying, pagination, indexing, and relationships to model complex application data.

  • Appwrite Storage - Secure file storage with support for uploads, downloads, encryption, compression, and file transformations for media and assets.

  • Appwrite Functions - Serverless compute platform to run custom backend logic in isolated runtimes, triggered by events or scheduled jobs.15 runtimes supported.

  • Appwrite Messaging - Multi-channel messaging system for sending emails, SMS, and push notifications to users for engagement, alerts, and transactional workflows.

  • Appwrite Sites - Integrated hosting platform to deploy and scale web applications with support for custom domains, SSR, and seamless backend integration. Git integration and previews are supported.

Installation & Setup

The easiest way to get started with Appwrite is by signing up for Appwrite Cloud. While Appwrite Cloud is in public beta, you can build with Appwrite completely free, and we won't collect your credit card information.

Self-Hosting

Appwrite is designed to run in a containerized environment. Running your server is as easy as running one command from your terminal. You can either run Appwrite on your localhost using docker-compose or on any other container orchestration tool, such as Kubernetes, Docker Swarm, or Rancher.

Before running the installation command, make sure you have Docker installed on your machine:

Unix

docker run -it --rm \
    --publish 20080:20080 \
    --volume /var/run/docker.sock:/var/run/docker.sock \
    --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
    --entrypoint="install" \
    appwrite/appwrite:1.9.0

Windows

CMD

docker run -it --rm ^
    --publish 20080:20080 ^
    --volume //var/run/docker.sock:/var/run/docker.sock ^
    --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
    --entrypoint="install" ^
    appwrite/appwrite:1.9.0

PowerShell

docker run -it --rm `
    --publish 20080:20080 `
    --volume /var/run/docker.sock:/var/run/docker.sock `
    --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
    --entrypoint="install" `
    appwrite/appwrite:1.9.0

Once the Docker installation is complete, go to http://localhost to access the Appwrite console from your browser. Please note that on non-Linux native hosts, the server might take a few minutes to start after completing the installation.

For advanced production and custom installation, check out our Docker environment variables docs. You can also use our public docker-compose.yml and .env files to manually set up an environment.

Upgrade from an Older Version

If you are upgrading your Appwrite server from an older version, you should use the Appwrite migration tool once your setup is completed. For more information regarding this, check out the Installation Docs.

One-Click Setups

In addition to running Appwrite locally, you can also launch Appwrite using a pre-configured setup. This allows you to get up and running quickly with Appwrite without installing Docker on your local machine.

Choose from one of the providers below:

<table border="0"> <tr> <td align="center" width="100" height="100"> <a href="https://marketplace.digitalocean.com/apps/appwrite"> <img width="50" height="39" src="public/images/integrations/digitalocean-logo.svg" alt="DigitalOcean Logo" /> <br /><sub><b>DigitalOcean</b></sub></a> </a> </td> <td align="center" width="100" height="100"> <a href="https://www.linode.com/marketplace/apps/appwrite/appwrite/"> <img width="50" height="39" src="public/images/integrations/akamai-logo.svg" alt="Akamai Logo" /> <br /><sub><b>Akamai Compute</b></sub></a> </a> </td> <td align="center" width="100" height="100"> <a href="https://aws.amazon.com/marketplace/pp/prodview-2hiaeo2px4md6"> <img width="50" height="39" src="public/images/integrations/aws-logo.svg" alt="AWS Logo" /> <br /><sub><b>AWS Marketplace</b></sub></a> </a> </td> </tr> </table>

Getting Started

Getting started with Appwrite is as easy as creating a new project, choosing your platform, and integrating its SDK into your code. You can easily get started with your platform of choice by reading one of our Getting Started tutorials.

PlatformTechnology
Web appQuick start for Web
Quick start for Next.js
Quick start for React
Quick start for Vue.js
Quick start for Nuxt
Quick start for SvelteKit
Quick start for Refine
Quick start for Angular
Mobile and NativeQuick start for React Native
Quick start for Flutter
Quick start for Apple
Quick start for Android
ServerQuick start for Node.js
Quick start for Python
Quick start for .NET
Quick start for Dart
Quick start for Ruby
Quick start for Deno
Quick start for PHP
Quick start for Kotlin
Quick start for Swift
Quick start for Go
Quick start for Rust

SDKs

Below is a list of currently supported platforms and languages. If you would like to help us add support to your platform of choice, you can go over to our SDK Generator project and view our contribution guide.

Client

Server

  • :white_check_mark:   Node.js
  • :white_check_mark:   Python
  • :white_check_mark:   Dart
  • :white_check_mark:   PHP
  • :white_check_mark:   Ruby
  • :white_check_mark:   .NET
  • :white_check_mark:   Go
  • :white_check_mark:   Swift
  • :white_check_mark:   Kotlin
  • :white_check_mark:   Rust

Looking for more SDKs? - Help us by contributing a pull request to our SDK Generator!

Architecture

Appwrite Architecture showing how Appwrite is built and the services and tools it uses

Appwrite uses a microservices architecture that was designed for easy scaling and delegation of responsibilities. In addition, Appwrite supports multiple APIs, such as REST, WebSocket, and GraphQL to allow you to interact with your resources by leveraging your existing knowledge and protocols of choice.

The Appwrite API layer was designed to be extremely fast by leveraging in-memory caching and delegating any heavy-lifting tasks to the Appwrite background workers. The background workers also allow you to precisely control your compute capacity and costs using a message queue to handle the load. You can learn more about our architecture in the contribution guide.

Contributing

All code contributions, including those of people having commit access, must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.

We truly :heart: pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

Security

For security issues, kindly email us at security@appwrite.io instead of posting a public issue on GitHub.

Follow Us

Join our growing community around the world! Check out our official Blog. Follow us on X, LinkedIn, Dev Community or join our live Discord server for more help, ideas, and discussions.

License

This repository is available under the BSD 3-Clause License.

Global Ranking

8.5
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "appwrite-appwrite": { "command": "npx", "args": ["appwrite-appwrite"] } } }