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
Recommended threads
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...
- How do you contact support to cancel a s...
My nephew signed up with my CC without my permission and has forgotten the password to the account. I can't for the life of me get a hold of anyone at appwrite....
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...