Provides tools for document management in Appwrite, including creating, listing, retrieving, updating, and deleting documents.
Enables SQL execution with security checks and basic CRUD operations on MySQL databases.
Allows for the triggering and running of workflows in n8n via webhooks.
Facilitates table operations in Supabase, supporting select, insert, update, and delete actions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Servidor MCP UniversalFetch the last 10 entries from the Supabase orders table"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Servidor MCP Universal
Um servidor MCP (Model Context Protocol) de nível de produção para centralização de integrações de IA.
Recursos
Appwrite: Gerenciamento de documentos (CRUD + Listagem)
Supabase: Operações em tabelas (Select, Insert, Update, Delete)
MySQL: Execução de SQL com verificações de segurança e CRUD básico
n8n: Disparo de workflows via webhooks
API Genérica: Ferramenta de API REST com lógica de retentativa (retry) e backoff exponencial
Configuração
Instale as dependências:
npm installConfigure as variáveis de ambiente: Copie
.env.examplepara.enve preencha com suas credenciais.Execute em modo de desenvolvimento:
npm run devCompile para produção:
npm run buildInicie o servidor de produção:
npm start
Ferramentas MCP Registradas
appwrite_create_documentappwrite_list_documentsappwrite_get_documentappwrite_update_documentappwrite_delete_documentsupabase_selectsupabase_insertsupabase_updatesupabase_deletemysql_querymysql_readmysql_insertn8n_run_workflowcall_api
Arquitetura
O projeto segue uma arquitetura modular:
src/tools/: Módulos de integração individuais.src/utils/: Utilitários compartilhados (logger, auth).src/server.ts: Ponto de entrada principal e configuração do servidor MCP.src/config.ts: Gerenciamento de configuração usandodotenv.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.