Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub appwrite/claude-plugin --plugin appwriteCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"appwrite-api": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
],
"env": {
"APPWRITE_API_KEY": "${user_config.appwrite_api_key}",
"APPWRITE_ENDPOINT": "${user_config.appwrite_endpoint}",
"APPWRITE_PROJECT_ID": "${user_config.appwrite_project_id}"
}
}
}
}Replace placeholder values for: APPWRITE_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
APPWRITE_API_KEY=${user_config.appwrite_api_key}APPWRITE_ENDPOINT=${user_config.appwrite_endpoint}APPWRITE_PROJECT_ID=${user_config.appwrite_project_id}Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.