Skip to main content

MCP (Model Context Protocol) server for Appwrite

Project description

Appwrite MCP server

mcp-name: io.github.appwrite/mcp

A Model Context Protocol server for Appwrite. It exposes Appwrite's API — databases, users, functions, teams, storage, and more — as tools your MCP client can call.

Connect to the hosted server at https://mcp.appwrite.io/mcp and authenticate through your browser. The first time you connect, your client opens an Appwrite consent screen; approve the scopes and you're connected. There are no keys to copy.

Connect your client

Pick your client below. Each adds the hosted Appwrite Cloud server.

Claude Code
claude mcp add --transport http appwrite https://mcp.appwrite.io/mcp
Claude Desktop

Go to Settings → Connectors → Add custom connector and paste https://mcp.appwrite.io/mcp.

On the free plan, bridge the remote server through stdio instead (requires Node.js) by editing your config via Settings → Developer → Edit Config:

{
  "mcpServers": {
    "appwrite": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.appwrite.io/mcp"]
    }
  }
}
Cursor

Edit ~/.cursor/mcp.json (global) or .cursor/mcp.json (project).

{
  "mcpServers": {
    "appwrite": {
      "url": "https://mcp.appwrite.io/mcp"
    }
  }
}
VS Code (GitHub Copilot)

Edit .vscode/mcp.json (workspace) or your user configuration via the Command Palette → MCP: Open User Configuration.

{
  "servers": {
    "appwrite": {
      "type": "http",
      "url": "https://mcp.appwrite.io/mcp"
    }
  }
}
Codex

Edit ~/.codex/config.toml.

[mcp_servers.appwrite]
url = "https://mcp.appwrite.io/mcp"
OpenCode

Edit opencode.json (project) or ~/.config/opencode/opencode.json (global).

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "appwrite": {
      "type": "remote",
      "url": "https://mcp.appwrite.io/mcp",
      "enabled": true
    }
  }
}
Windsurf

Edit ~/.codeium/windsurf/mcp_config.json.

{
  "mcpServers": {
    "appwrite": {
      "serverUrl": "https://mcp.appwrite.io/mcp"
    }
  }
}

Self-hosted Appwrite

Running your own Appwrite instance? Run the MCP server locally over stdio and authenticate with a project API key. See docs/self-hosted.md for per-client setup.

Documentation

License

This MCP server is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_appwrite-0.7.0.tar.gz (18.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_appwrite-0.7.0-py3-none-any.whl (18.7 MB view details)

Uploaded Python 3

File details

Details for the file mcp_server_appwrite-0.7.0.tar.gz.

File metadata

  • Download URL: mcp_server_appwrite-0.7.0.tar.gz
  • Upload date:
  • Size: 18.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for mcp_server_appwrite-0.7.0.tar.gz
Algorithm Hash digest
SHA256 8ced367fd4eca3712e7596d5253ed373605cd29bac11b30d1244f645306dc29c
MD5 5606c10f8165796a3ac0105a59a6565f
BLAKE2b-256 5ea385426ca6353ec4d7ce5922e5a9873ec1e5a694ae142e89028c7c4d981092

See more details on using hashes here.

File details

Details for the file mcp_server_appwrite-0.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_appwrite-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 24a3ea5f95daec6d685df6e6574045cfadc82a8c1d767448b4b6b50b798d38cd
MD5 01f1695ccd6631969c2b56e62ff436a1
BLAKE2b-256 111c879d0a2d3dace849c7d62891b611b440274bfe3d7b57abd7da1b0ab54673

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page