Language:JapaneseEnglish

appwrite Claude Code Plugin

Author
Appwrite
Category
Development
Topics
Databases & Storage · Cloud, Deployment & CI/CD · Web & App Development
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-16 (UTC)
Source (GitHub) last updated
2026-08-19 (UTC) (8 days ago)

The explanation below is AI-generated. Please verify it against the sources.

This plugin adds Appwrite-related tooling to Claude Code, based on its own README. It bundles per-language skills covering TypeScript, Dart, Kotlin, Swift, PHP, Python, Ruby, Go, Rust, .NET, and CLI usage, giving Claude context on Appwrite authentication, databases, storage, realtime features, and server-side functions. It also ships two manual-only commands for deploying a site or a function, plus two MCP servers, one for calling the Appwrite API and one for accessing Appwrite documentation. Users configure it with an Appwrite endpoint, project ID, and API key, which are passed into the packaged MCP configuration. The included commands are explicitly restricted from running automatically, requiring explicit invocation for deployment actions.

About the service

Appwrite is an open-source backend platform described on its homepage as covering authentication, databases, storage, serverless functions, messaging, realtime subscriptions, and website hosting in one system, intended to speed up building and scaling applications.

What you can do with appwrite

  • Use language-specific skills (e.g. /appwrite:typescript, /appwrite:python, /appwrite:go, and others) for Appwrite-related coding guidance
  • Run /appwrite:deploy-site or /appwrite:deploy-function to manually trigger deployment workflows
  • Query Appwrite's API through the appwrite-api MCP server
  • Look up Appwrite documentation through the appwrite-docs MCP server
  • Supply Appwrite endpoint, project ID, and API key via plugin configuration to connect these tools to an Appwrite project

Sources

Back to list