Appwrite MCP Server
Rank #4,449pulsemcp/appwrite
Backend-as-a-service platform integration for database, user, storage, and function management
Appwrite MCP Server is a Model Context Protocol (MCP) server published by appwrite. It ranks #4,449 of 115,460 servers tracked on MCP Toplist, and its repository has 71 GitHub stars. Appwrite MCP Server is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 26, 2025.
Ranks ahead of 111,011 of 115,460 servers on MCP Toplist.
Use Appwrite 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/mcpclaude mcp add --transport http appwrite https://mcp.appwrite.io/[mcp_servers.appwrite]
url = "https://mcp.appwrite.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.appwrite]
url = "https://mcp.appwrite.io/"Add to ~/.codex/config.toml.
https://mcp.appwrite.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.appwrite.io/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"appwrite": {
"url": "https://mcp.appwrite.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"appwrite": {
"url": "https://mcp.appwrite.io/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"appwrite": {
"type": "http",
"url": "https://mcp.appwrite.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"appwrite": {
"type": "http",
"url": "https://mcp.appwrite.io/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"appwrite": {
"serverUrl": "https://mcp.appwrite.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"appwrite": {
"serverUrl": "https://mcp.appwrite.io/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"appwrite": {
"url": "https://mcp.appwrite.io/mcp"
}
}
}{
"mcpServers": {
"appwrite": {
"url": "https://mcp.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/pulsemcp%2Fappwrite)<a href="https://mcptoplist.com/server/pulsemcp%2Fappwrite"><img src="https://mcptoplist.com/badge/pulsemcp%2Fappwrite.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 →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Appwrite MCP Server?
- Appwrite MCP Server is maintained by appwrite, which publishes 8 MCP servers (39 total versions) tracked on MCP Toplist.
- Is Appwrite MCP Server listed on the Official MCP Registry?
- Appwrite MCP Server is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Appwrite MCP Server have?
- Appwrite MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Appwrite MCP Server?
- The source code for Appwrite MCP Server is hosted at github.com/appwrite/mcp-for-api.