To connect the Appwrite MCP server to Emergent:
- On the homepage, click Advanced Controls.
- Click Select MCP Tools.
- Click New MCP Server.
- Enter a name for your server (e.g.,
appwrite). - Paste the following JSON configuration:
JSON
{
"mcpServers": {
"appwrite": {
"type": "http",
"url": "https://mcp.appwrite.io/"
}
}
}
The server uses OAuth for authentication. When Emergent first connects to the server, complete the sign-in flow in your browser to sign in to your Appwrite account and authorize access.
Once connected, you can use natural language to interact with Appwrite. Try prompts like:
Example prompts:
Create a new user in my Appwrite projectList all databases in my projectShow me the tables in my databaseHow do I set up real-time subscriptions in Appwrite?Show me how to authenticate users with OAuthHow do I implement file uploads with Appwrite Storage?