Home › Databases & Data › mcp
mcp
Manage Appwrite projects, databases, auth, storage, functions, and messaging; search Appwrite docs
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.appwrite.io/ Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mcp https://mcp.appwrite.io/
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"url": "https://mcp.appwrite.io/"
}
}
}
Package (pypi 0.10.17)
uvx mcp-server-appwrite
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.appwrite/mcp-for-api
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry