MCP Server
Rank #1,358io.github.appwrite/mcp
Manage Appwrite projects, databases, auth, storage, functions, and messaging; search Appwrite docs
MCP Server is a Model Context Protocol (MCP) server published by appwrite. It ranks #1,358 of 115,460 servers tracked on MCP Toplist, and its repository has 71 GitHub stars. MCP Server is listed on Official MCP, with 30 tracked versions. It was first listed on Jul 6, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 114,102 of 115,460 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http appwrite https://mcp.appwrite.io/claude mcp add appwrite -- uvx mcp-server-appwrite[mcp_servers.appwrite]
url = "https://mcp.appwrite.io/"Add to ~/.codex/config.toml.
[mcp_servers.appwrite]
command = "uvx"
args = ["mcp-server-appwrite"]Add to ~/.codex/config.toml.
https://mcp.appwrite.io/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"appwrite": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"appwrite": {
"url": "https://mcp.appwrite.io/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"appwrite": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"appwrite": {
"type": "http",
"url": "https://mcp.appwrite.io/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"appwrite": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"appwrite": {
"serverUrl": "https://mcp.appwrite.io/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"appwrite": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"appwrite": {
"url": "https://mcp.appwrite.io/"
}
}
}{
"mcpServers": {
"appwrite": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}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/io.github.appwrite%2Fmcp)<a href="https://mcptoplist.com/server/io.github.appwrite%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.appwrite%2Fmcp.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
appwrite
Other servers by appwrite
View all appwrite servers →Available versions (30)
| Version | Published |
|---|---|
| 0.8.58 | Aug 31, 2026 |
| 0.8.57 | Aug 30, 2026 |
| 0.8.56 | Aug 29, 2026 |
| 0.8.55 | Aug 28, 2026 |
| 0.8.52 | Aug 27, 2026 |
| 0.8.51 | Aug 26, 2026 |
| 0.8.50 | Aug 25, 2026 |
| 0.8.49 | Aug 24, 2026 |
| 0.8.48 | Aug 23, 2026 |
| 0.8.47 | Aug 22, 2026 |
| 0.8.46 | Aug 21, 2026 |
| 0.8.44 | Aug 21, 2026 |
| 0.8.43 | Aug 20, 2026 |
| 0.8.42 | Aug 19, 2026 |
| 0.8.41 | Aug 18, 2026 |
| 0.8.40 | Aug 17, 2026 |
| 0.8.39 | Aug 16, 2026 |
| 0.8.36 | Aug 13, 2026 |
| 0.8.34 | Aug 12, 2026 |
| 0.8.33 | Aug 12, 2026 |
| 0.8.31 | Aug 9, 2026 |
| 0.8.30 | Aug 5, 2026 |
| 0.8.29 | Aug 4, 2026 |
| 0.8.28 | Aug 3, 2026 |
| 0.8.27 | Aug 3, 2026 |
| 0.8.26 | Jul 29, 2026 |
| 0.8.25 | Jul 27, 2026 |
| 0.8.13 | Jul 8, 2026 |
| 0.8.10 | Jul 7, 2026 |
| 0.8.9 | Jul 7, 2026 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by appwrite, which publishes 8 MCP servers (39 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry.
- How many versions does MCP Server have?
- MCP Toplist tracks 30 versions of MCP Server, most recently published on Aug 31, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/appwrite/mcp.