mcp-server-appwrite
MCP (Model Context Protocol) server for Appwrite
What it is and what it does
This package is a Model Context Protocol server that bridges AI models and Appwrite, a backend-as-a-service platform. It translates Appwrite's API surface—databases, user management, functions, teams, file storage, and more—into discrete tools that MCP-compatible AI clients (Claude, Cursor, GitHub Copilot, etc.) can invoke directly. You connect your client to the hosted server at https://mcp.appwrite.io/ via browser-based OAuth, with no API keys to manage, or run it locally against a self-hosted Appwrite instance using a project API key.
The server runs on modern Python (3.12+) and depends on standard async/HTTP libraries (anyio, httpx, starlette, uvicorn) plus observability and authentication layers (opentelemetry, pyjwt, sentry-sdk). It is designed for developers who want their AI assistants to read and write data directly to Appwrite without manual API calls or context switching.
Use it for:
- Let Claude or Cursor query and modify Appwrite databases while coding, without leaving the editor.
- Build AI agents that manage Appwrite users, teams, and permissions programmatically.
- Enable LLM-driven automation of Appwrite functions and storage operations.
- Self-host the MCP server to give AI assistants secure access to a private Appwrite backend.
- Prototype full-stack applications where the AI model handles backend logic via Appwrite tools.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Exposes Appwrite's backend-as-a-service API—databases, users, functions, teams, storage—as tools callable by AI models through the Model Context Protocol.
Yes, if you use Appwrite and an MCP-compatible AI client (Claude, Cursor, etc.) and want direct model access to your backend. The hosted server requires no setup beyond browser auth. Install friction is low and maintenance is active. Verify the license (stated as MIT in docs but not in package metadata) and confirm the tool surface meets your security and scope requirements before production use.
Install
mcp-server-appwrite on PyPI
pip
pip install mcp-server-appwriteuv
uv add mcp-server-appwritepoetry
poetry add mcp-server-appwriteInstalling mcp-server-appwrite
Before you install
Low install friction; pure Python wheel with 15 runtime dependencies. Active maintenance (released 2026-08-13). Requires Python 3.12 or later.
License in practice
License treatment is unclear—no SPDX identifier or raw license text in metadata. Verify licensing terms before use in proprietary or copyleft-sensitive projects.
Quickstart
# Install
pip install mcp-server-appwrite
# Configure in your MCP client (e.g., Claude Desktop)
# Add to config JSON:
# {
# "mcpServers": {
# "appwrite": {
# "url": "https://mcp.appwrite.io/"
# }
# }
# }
# Authenticate via browser on first connect, then call Appwrite tools from your AI client
Requires Python 3.12 or later. MCP client (Claude, Cursor, VS Code, etc.) must support HTTP transport or stdio bridging. Browser-based OAuth authentication required for hosted server.
Verify before relying
- Actual license (MIT stated in description excerpt but not in metadata fields)
- Whether self-hosted mode requires additional setup beyond a project API key
- Scope and stability of the tool surface exposed to MCP clients
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 15 — anyio, appwrite-console, docstring-parser, httpx, mcp, numpy, openai, opentelemetry-api, opentelemetry-exporter-otlp-proto-http, opentelemetry-sdk, pyjwt, python-dotenv, sentry-sdk, starlette, uvicorn |
| Maintenance | actively maintained — 1 days since the last release |
| First released | |
| Downloads | 86,488/month — #13,858 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mcp_server_appwrite-0.8.38-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
pagerduty-mcpAn MCP (Model Context Protocol) server that…
unclear · top 15,000 on PyPI
mfa-servicenow-mcpAn MCP server that connects ServiceNow…
permissive · top 15,000 on PyPI
godot-aiGodot AI exposes a Model Context Protocol (MCP)…
unclear · top 15,000 on PyPI
mcp-server-gitExposes Git repository operations as tools for…
permissive · top 15,000 on PyPI
excel-mcp-serverProvides a Model Context Protocol server that…
unclear · top 15,000 on PyPI
astro-airflow-mcpProvides AI assistants with programmatic access…
unclear · top 15,000 on PyPI
django-mcp-serverExposes Django models and custom logic as Model…
permissive · top 15,000 on PyPI
airbyte-internal-opsProvides MCP (Model Context Protocol) server…
permissive · top 15,000 on PyPI
nextcloud-mcp-serverProvides a Model Context Protocol (MCP) server…
agpl · top 15,000 on PyPI
microsoft-fabric-rti-mcpAn MCP server that bridges AI agents to…
permissive · top 15,000 on PyPI