Skip to content

Bolt

1

Connect the Appwrite MCP server to Bolt for deeper integration with the Appwrite API and documentation. It is a remote HTTP server, so there are no additional pre-requisites to install.

To add the Appwrite MCP server to Bolt:

  1. Go to SettingsConnectors (MCP).
  2. Click Custom MCP server.

Bolt MCP settings

Bolt MCP settings

  1. Enter the following details:
    • Name: Appwrite
    • URL: https://mcp.appwrite.io/
    • Transport Type: HTTP
    • Authentication: MCP OAuth
  2. Click Add MCP server.

Bolt add MCP server

Bolt add MCP server

The server uses OAuth for authentication. When Bolt first connects to the server, complete the sign-in flow in your browser to sign in to your Appwrite account and authorize access.

The Appwrite MCP server will now be available in your Bolt projects.

2

Once connected, you can try out the following example prompts:

Example prompts:

  • Create a new user in my Appwrite project
  • List all databases in my project
  • Show me the tables in my database
  • How do I set up real-time subscriptions in Appwrite?
  • Show me how to authenticate users with OAuth
  • How do I implement file uploads with Appwrite Storage?