Provides access to Appwrite's documentation, enabling AI agents to search and retrieve information about Appwrite's APIs, features, and implementation guides
Appwrite Docs MCP Server
This MCP server is a tool that allows IDEs (Cursor, Windsurf, Claude Code, etc.) to utilize the Appwrite documentation.
Usage in your IDE (Cursor, Windsurf, Claude Code, etc.)
Cursor
Click here to add the Appwrite Docs MCP Server to Cursor
VSCode
Click here to add the Appwrite Docs MCP Server to VSCode
Claude Code
Run the following command to add the MCP server to Claude Code:
Windsurf
Add the following to your global Windsurf MCP configuration file (~/.codeium/windsurf/mcp_config.json
):
Development
Before setting up, make sure you have Bun installed.
Then, install the dependencies:
Check out the .env.example file for the environment variables you need to set.
Running Locally (Without Docker)
Initialization
There are three processes involved in setting up the MCP server, to ensure we have the most up-to-date documentation available.
- Downloading content: This script downloads the documentation to
./content
and generates a table of contents JSON file. - Initializing vector store: This script initializes the vector store (using a local LibSQL database) with the documentation and relevant metadata.
Simply run the following command to initialize the MCP server:
Building and running the MCP server
First, build the server:
Then, start the MCP server:
The server should, by default, be available at http://localhost:1234
.
Setting up with Docker
Run the following command to build the Docker image:
Usage
Inspect via the MCP Inspector
Simply run the following command to inspect the MCP server:
A web browser tab will open up with the inspector interface.
Use in your IDE (Cursor, Windsurf, Claude Code, etc.)
Here is a sample configuration file:
The same configuration applies to any standard MCP client (Windsurf, Cursor, Claude, Claude Code, etc.).
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables IDEs like Cursor, Windsurf, and Claude Code to access and query Appwrite documentation through a vector-powered search system. Provides developers with contextual Appwrite documentation directly within their development environment.
Related MCP Servers
- AsecurityAlicenseAqualityA powerful Model Context Protocol framework that extends Cursor IDE with tools for web content retrieval, PDF processing, and Word document parsing.Last updated -813MIT License
- -securityAlicense-qualityProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.Last updated -18MIT License
- AsecurityFlicenseAqualityAI-driven tool that helps developers create beautiful UI components instantly through natural language descriptions, integrating with popular IDEs like Cursor, Windsurf, and VSCode.Last updated -32
- -securityFlicense-qualityProvides semantic search capabilities over PyTorch documentation, enabling users to find relevant documentation, APIs, code examples, and error messages through Claude Code integration.Last updated -2