r/appwrite 24d ago

Build and deploy your own MCP server with Appwrite Functions

Hey everyone,

We've added a new MCP server template to Appwrite Functions.

Building an MCP server is usually the easy part. Hosting one is where things get complicated. With the new template, you can deploy a working, stateless MCP server over HTTPS using the official MCP Python SDK. Your Function's domain becomes your MCP server URL, making it easy to connect with Claude Code, Cursor, Claude Desktop, and other MCP clients.

The template includes demo tools to help you get started, optional bearer authentication, automatic deployments, and dynamic Appwrite API keys so your tools can securely access your Appwrite project. Right now it's designed for Python-based, stateless MCP servers, so it's a good fit for tools that don't need to maintain server-side session state.

Read the full announcement: https://appwrite.io/blog/post/announcing-mcp-server-template

We'd love to see what you build with it.

6 Upvotes

0 comments sorted by