Skip to content
Back

mcp appwrite en claude code primeros pasos.

  • 0
  • Self Hosted
  • Flutter
  • Tools
  • General
josePergo
4 Aug, 2025, 12:10

Sin tener experiencia y realizando mis primeros pasos en claude code y conexiones con MCP intente configurar el MCP de appwrite segun la documentacion https://appwrite.io/integrations/mcp-claude con claude en la terminal pero me salia un error y lo que termino funcionando para mi fue lo siguiente.

Crear el archivo JSON

cat > appwrite-config.json << 'EOF' { "command": "uvx", "args": ["mcp-server-appwrite", "--users"], "env": { "APPWRITE_PROJECT_ID": "proyecto_id", "APPWRITE_API_KEY": "api_key_creada", "APPWRITE_ENDPOINT": "http://192.168.0.19/v1" } } EOF

Usar el archivo

claude mcp add-json appwrite "$(cat appwrite-config.json)"

Lo comparto por si otra persona tiene el mismo problema

TL;DR
Developers sharing their experience setting up the MCP of Appwrite with Claude code. They followed the documentation but encountered errors. The solution that worked for them was creating a JSON file with specific configurations and using it with a command in the terminal.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more