Appwrite-MCP
Verified Safeby Song-JunHyeong
Overview
Enable AI agents to fully automate and configure Appwrite backend operations, including databases, users, storage, functions, and messaging.
Installation
npx @jun-b/appwrite-mcp@latest --project-id <your-project-id> --api-key <your-api-key>Environment Variables
- APPWRITE_PROJECT_ID
- APPWRITE_API_KEY
- APPWRITE_ENDPOINT
Security Notes
The server acts as a wrapper around the Appwrite SDK, exposing comprehensive administrative capabilities. It processes API calls using credentials provided via environment variables or CLI arguments. There are no obvious code injection vulnerabilities (e.g., direct use of `eval` or unsanitized `child_process.exec`) within the MCP server's logic itself. However, due to the nature of 'complete automation' and exposing tools like `graphql_query`, `graphql_mutation`, and `create_deployment` (which accepts base64-encoded function code), a compromised AI agent or malicious input to the agent could lead to extensive data manipulation, resource deletion, or deployment of arbitrary code within the Appwrite project. This is an inherent risk of granting broad administrative access, rather than a flaw in the MCP server's implementation.
Similar Servers
claude-flow
AI Agent Orchestration and Development Platform for Claude Code
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
metorial-platform
An open source integration platform for agentic AI, connecting AI models to external APIs, data sources, and tools.
agentxsuite
A unified open-source platform for connecting, managing, and monitoring AI agents and tools across various Model Context Protocol (MCP) servers.