AppWrite MCP Server
@ramxcodes
About AppWrite MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-ramxcodes": {
"command": "bun",
"args": [
"dev"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AppWrite MCP Server?
A Model Context Protocol server that integrates with Appwrite database operations. It provides a modern web interface and a robust MCP endpoint for CRUD interactions, built with Next.js 15, React 19, and TypeScript.
How to use AppWrite MCP Server?
Clone the repository, install dependencies (npm or bun), and set up a .env file with your Appwrite credentials (APPWRITE_ENDPOINT, APPWRITE_PROJECT_ID, APPWRITE_API_KEY, DATABASE_ID). Start the development server with bun dev β the MCP server is available at /mcp. Connect any MCPβcompatible client to this endpoint and use the provided tools to manage documents.
Key features of AppWrite MCP Server?
- Full Model Context Protocol server implementation
- Complete CRUD operations for Appwrite databases
- Seven database tools (get, list, create, update, delete, clear, creator info)
- Modern, responsive web interface with Tailwind CSS and Framer Motion
- Optimized for speed with Next.js 15 and Turbo
Use cases of AppWrite MCP Server?
- Manage documents in an Appwrite database via MCPβcompatible clients
- Automate database operations from AI assistants or automation tools
- Integrate Appwrite data into MCPβenabled workflows and agents
- Provide a visual interface for testing and demonstrating MCP database interactions
FAQ from AppWrite MCP Server
What dependencies are required to run AppWrite MCP Server?
Requires Node.js 18+ or Bun, an Appwrite account, and a configured Appwrite project with a database and collection.
Where does the data live?
The server interacts with your Appwrite database; all data is stored in your Appwrite project and never on the server itself.
What tools does AppWrite MCP Server provide?
Seven tools: creatorInfo, getDocument, listDocuments, createDocument, updateDocument, deleteDocument, and clearCollection.
How is the server accessed?
The MCP server endpoint is at /mcp on the deployed application. Any MCPβcompatible client can connect and invoke the available tools.
What authentication is used?
The server uses an Appwrite API key set as APPWRITE_API_KEY in the environment variables; all database operations require appropriate permissions on that key.
Frequently asked questions
What dependencies are required to run AppWrite MCP Server?
Requires Node.js 18+ or Bun, an Appwrite account, and a configured Appwrite project with a database and collection.
Where does the data live?
The server interacts with your Appwrite database; all data is stored in your Appwrite project and never on the server itself.
What tools does AppWrite MCP Server provide?
Seven tools: `creatorInfo`, `getDocument`, `listDocuments`, `createDocument`, `updateDocument`, `deleteDocument`, and `clearCollection`.
How is the server accessed?
The MCP server endpoint is at `/mcp` on the deployed application. Any MCPβcompatible client can connect and invoke the available tools.
What authentication is used?
The server uses an Appwrite API key set as `APPWRITE_API_KEY` in the environment variables; all database operations require appropriate permissions on that key.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-devπ₯ MaxKB is an open-source platform for building enterprise-grade agents. εΌΊε€§ζη¨ηεΌζΊδΌδΈηΊ§ζΊθ½δ½εΉ³ε°γ
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments