appwrite Plugin
Plugin Claude Code Development Databases & StorageClaude Code Customization & WorkflowWeb & App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
This is a Claude Code plugin, published by Appwrite, that packages Appwrite SDK skills, Appwrite MCP servers, and deployment commands into Claude Code's native plugin format. According to the README, it includes per-language skills (TypeScript, Dart, Kotlin, Swift, PHP, Python, Ruby, Go, Rust, .NET, CLI) that give Claude Code Appwrite-specific context for authentication, database queries, storage, realtime, and functions. It also bundles two manual-only deployment commands (deploy-site, deploy-function) and two MCP servers (appwrite-api and appwrite-docs) that are wired to user-supplied Appwrite credentials via Claude Code's userConfig. The plugin is auto-generated by Appwrite's SDK Generator and distributed under the MIT license.
Overview
Appwrite is described on its homepage as an open-source platform for building and scaling applications, offering Auth, Databases, Storage, Functions, Messaging, Realtime, and web hosting (Sites) in one place.
What you can do with appwrite
- Load language-specific Appwrite skills (e.g. /appwrite:typescript, /appwrite:python, /appwrite:go, etc.) for auth, database queries, storage, realtime, functions, and server-side admin context
- Run manual-only deployment commands /appwrite:deploy-site and /appwrite:deploy-function, which Claude will not invoke automatically
- Connect to the appwrite-api MCP server (via uvx mcp-server-appwrite) and the appwrite-docs MCP server ()
- Configure Appwrite credentials (appwrite_endpoint, appwrite_project_id, appwrite_api_key) through Claude Code's userConfig, which are wired into the packaged .mcp.json automatically
- Validate and install the plugin locally using claude plugin validate, claude --plugin-dir, or the bundled marketplace (claude plugin marketplace add / claude plugin install appwrite@appwrite)
Sources
Original description (English)
Appwrite tools for Claude Code, including SDK skills, Appwrite MCP servers, and deployment commands.
History of appwrite
- Plugin Added appwrite