Appwrite MCP server

Author:@christyjacob4
View on GitHub

Overview

The Appwrite MCP Server is a Model Context Protocol server. It connects Large Language Models to the Appwrite API for managing projects, including databases, users, functions, and teams.

To use it, run the server directly with uv or install via pip. You must then configure it with your Appwrite project ID and API key to begin.

Its key features are integration with Appwrite's API for managing components like databases, users, and teams, along with straightforward installation and setup.

Common use cases include managing Appwrite user accounts and permissions, handling database operations, and enhancing Appwrite projects with LLM capabilities.

This server is built with Python and is licensed under the MIT License, permitting free use and modification. For debugging, you can use the MCP inspector tool.