Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🗄️ Databases
  3. Appwrite MCP
Appwrite MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:47:49 PM

Appwrite MCP

User RatingsBe the first to rate and review this MCP server!Ownership verifiedThe owner proved control of this listing via a GitHub README, site badge, or DNS TXT record.
View Repository72 GitHub StarsTotal stargazers on GitHub for the source repository (72 stars).Visit Website
appwritecloud-platformbackendmcp

Connect AI clients to Appwrite APIs for databases, users, functions, teams, storage, messaging, and documentation search.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "appwrite-mcp": {
      "url": "https://mcp.appwrite.io/"
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Alternatives🗄️ More in Databases

Overview

The appwrite/mcp MCP server exposes Appwrite APIs as tools for MCP-compatible clients. Its hosted endpoint, https://mcp.appwrite.io/, uses browser-based OAuth and does not require copying an API key; a self-hosted mode uses a project API key over stdio. Reach for it when an agent needs to inspect or manage Appwrite backend resources, or search Appwrite documentation from within the client.

Use cases

•Manage Appwrite databases from an MCP client
•Inspect Appwrite users and teams
•Work with Appwrite functions and storage
•Search Appwrite documentation during development

Key features

•Hosted HTTP MCP endpoint
•Browser-based OAuth authentication
•Self-hosted stdio mode
•Project API key authentication for self-hosting
•Database, user, function, team, storage, and messaging tools
•Built-in Appwrite documentation search

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Appwrite MCP.

Extracted Tool Capabilities
Hosted HTTP MCP endpoint
Browser-based OAuth authentication
Self-hosted stdio mode
Project API key authentication for self-hosting
Database, user, function, team, storage, and messaging tools
Built-in Appwrite documentation search

How Appwrite MCP works

What appwrite/mcp MCP server does

The appwrite/mcp MCP server makes Appwrite operations available to an AI agent through the Model Context Protocol. The exposed Appwrite API covers databases, users, functions, teams, storage, messaging, and other Appwrite capabilities described by the server. It also includes an in-process appwrite_search_docs tool for searching Appwrite documentation.

This is a fit for projects that already use Appwrite and need an MCP client to work with backend resources through natural-language requests. It is also useful when an agent needs Appwrite-specific documentation while planning or troubleshooting an operation.

How it works

The default connection is a hosted HTTP service at https://mcp.appwrite.io/. The conventional https://mcp.appwrite.io/mcp URL points to the same hosted server. On first connection, the MCP client opens an Appwrite consent screen in a browser. After the user approves the requested scopes, the client can call the available tools without requiring manually copied keys.

The appwrite/mcp MCP server can also run locally for a self-managed Appwrite installation. In that mode, the server uses stdio transport and authenticates with a project API key. The repository provides separate self-hosted guidance for configuring individual clients.

Setup and configuration

For hosted use, add the remote URL to the MCP client’s server configuration. The README documents direct HTTP configuration for clients including Claude Desktop, Cursor, Windsurf, and several command-line or editor clients. Some clients that do not support OAuth for remote MCP servers can connect through a local stdio bridge using Node.js and mcp-remote; that bridge is a client configuration method, not the Appwrite server itself.

Hosted authentication is completed in the browser. Client configuration should therefore use the server URL and should not include an API token or header. For self-hosting, follow the repository’s self-hosted instructions and supply a project API key; the provided material does not specify a single universal launch command or environment-variable name.

Tools and capabilities

The appwrite/mcp MCP server provides access to Appwrite areas including:

  • Databases
  • Users and authentication-related backend management
  • Functions
  • Teams
  • Storage
  • Messaging
  • Appwrite documentation search through appwrite_search_docs

The exact tool surface is maintained separately in the repository’s tool-surface documentation. The server is intended for clients that can register remote HTTP MCP servers or, where necessary, connect through stdio.

Limitations and notes

OAuth support depends on the MCP client. The README identifies clients that can connect directly and notes that some clients require the stdio bridge. Hosted access uses OAuth scopes and an Appwrite consent step, while self-hosted operation requires a project API key. The supplied material does not establish a separate hosted pricing tier or describe permissions for each individual tool, so those details should be checked in Appwrite’s current documentation and consent flow.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Databases View all alternatives
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    🗄️ Databases5 views
    Compare vs Genai Toolbox →
  • MCP Confluent logoMCP Confluent

    Confluent integration to interact with Confluent Kafka and Confluent Cloud REST APIs.

    🗄️ Databases4 views
    Compare vs MCP Confluent →
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    🗄️ Databases3 views
    Compare vs MCP Server Mysql →
  • MCP Server Qdrant logoMCP Server Qdrant
    Verified

    An official Qdrant Model Context Protocol (MCP) server implementation

    🗄️ Databases3 views
    Compare vs MCP Server Qdrant →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
72
Stargazers on the source repository.
Last commit
3d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Appwrite MCP

Use the hosted endpoint https://mcp.appwrite.io/ in your MCP client and complete the browser OAuth flow. Self-hosted operation is also supported over stdio, but the provided material does not give one universal launch command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAppwrite MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/appwrite-mcp?style=directory)](https://allmcps.com/mcp/appwrite-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/appwrite-mcp"><img src="https://allmcps.com/api/badge/appwrite-mcp?style=directory" alt="Appwrite MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🗄️Databases
PricingFree
More technical detailsExpand ▾
TransportSSE (Remote)
AuthOAuth
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 11, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars72
GitHub Star CountTotal stargazers on GitHub representing community popularity (72 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
71Quality signal: Great · 71/100How this signal is calculated ▾
Server availability25/25
Verified ownership20/20
Documentation & tools19/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🗄️ Databases →Best MCP servers for Databases →Alternatives to Appwrite MCP →Install in Claude DesktopInstall in CursorInstall in VS Code