Appwrite Docs MCP Server
Rank #5,479glama/appwrite/mcp-for-docs
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.
Appwrite Docs MCP Server is a Model Context Protocol (MCP) server published by appwrite. It ranks #5,479 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Appwrite Docs MCP Server is listed across 2 registries — Glama and PulseMCP, with 6 release tags tracked from its GitHub repository. It was first listed on Aug 28, 2025 and most recently updated on Jul 12, 2026.
Ranks ahead of 109,981 of 115,460 servers on MCP Toplist.
Use Appwrite Docs MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-for-docs https://mcp-for-docs.appwrite.io/[mcp_servers.mcp-for-docs]
url = "https://mcp-for-docs.appwrite.io/"Add to ~/.codex/config.toml.
https://mcp-for-docs.appwrite.io/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-for-docs": {
"url": "https://mcp-for-docs.appwrite.io/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-for-docs": {
"type": "http",
"url": "https://mcp-for-docs.appwrite.io/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-for-docs": {
"serverUrl": "https://mcp-for-docs.appwrite.io/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-for-docs": {
"url": "https://mcp-for-docs.appwrite.io/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fappwrite%2Fmcp-for-docs)<a href="https://mcptoplist.com/server/glama%2Fappwrite%2Fmcp-for-docs"><img src="https://mcptoplist.com/badge/glama%2Fappwrite%2Fmcp-for-docs.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
appwrite
Other servers by appwrite
View all appwrite servers →GitHub releases (6)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| 1.0.6 | Jul 12, 2026 |
| 1.0.5 | Feb 20, 2026 |
| 1.0.4 | Feb 16, 2026 |
| 1.0.3 | Feb 16, 2026 |
| 1.0.2 | Feb 16, 2026 |
| 1.0.1 | Feb 16, 2026 |
Frequently asked questions
- Who maintains Appwrite Docs MCP Server?
- Appwrite Docs MCP Server is maintained by appwrite, which publishes 8 MCP servers (39 total versions) tracked on MCP Toplist.
- Is Appwrite Docs MCP Server listed on the Official MCP Registry?
- Appwrite Docs MCP Server is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does Appwrite Docs MCP Server have?
- No registry surfaces explicit version metadata for Appwrite Docs MCP Server; MCP Toplist tracks 6 release tags from its GitHub repository, most recently published on Jul 12, 2026.
- Where can I find the source code for Appwrite Docs MCP Server?
- The source code for Appwrite Docs MCP Server is hosted at github.com/appwrite/mcp-for-docs.