- Explore MCP Servers
- install-mcp
Install Mcp
What is Install Mcp
install-mcp is an automated installation script for MCP servers, designed to simplify the setup process for various MCP integrations such as Google Calendar, Evolution API, and Instagram.
Use cases
Use cases for install-mcp include automating event management in Google Calendar, sending messages and managing groups via the Evolution API, and managing media posts on Instagram.
How to use
To use install-mcp, you can either run a one-liner command using curl or follow a two-step process to download and execute the installation script with root privileges.
Key features
Key features include automated installation for Google Calendar MCP (event creation, search, deletion), Evolution API MCP (message sending, group management), and Instagram MCP (media management). Each integration requires specific API credentials.
Where to use
install-mcp can be used in environments where integration with Google Calendar, Evolution API, and Instagram is needed, such as in development, automation, or business applications.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Install Mcp
install-mcp is an automated installation script for MCP servers, designed to simplify the setup process for various MCP integrations such as Google Calendar, Evolution API, and Instagram.
Use cases
Use cases for install-mcp include automating event management in Google Calendar, sending messages and managing groups via the Evolution API, and managing media posts on Instagram.
How to use
To use install-mcp, you can either run a one-liner command using curl or follow a two-step process to download and execute the installation script with root privileges.
Key features
Key features include automated installation for Google Calendar MCP (event creation, search, deletion), Evolution API MCP (message sending, group management), and Instagram MCP (media management). Each integration requires specific API credentials.
Where to use
install-mcp can be used in environments where integration with Google Calendar, Evolution API, and Instagram is needed, such as in development, automation, or business applications.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
ABC MCP Installer
Script de instalação automatizada para servidores MCP.
Estrutura do Projeto
O projeto é composto por três scripts principais:
install.sh- Script principal que exibe o menu e gerencia a instalaçãosetup_google.sh- Script para instalação do Google Calendar MCPsetup_evolution.sh- Script para instalação do Evolution API MCPsetup_instagram.sh- Script para instalação do Instagram MCP
Uso
Você pode instalar de duas maneiras:
Opção 1 - Comando em uma linha (Recomendado)
curl -fsSL https://raw.githubusercontent.com/ABCMilioli/install-mcp/main/install.sh | sudo bash
Opção 2 - Comandos separados
# 1. Baixar o script de instalação
curl -fsSL https://raw.githubusercontent.com/ABCMilioli/install-mcp/main/install.sh > install.sh
# 2. Executar o script com privilégios de root
sudo bash install.sh
Opções Disponíveis
-
Google Calendar MCP
- Criação de eventos
- Busca de eventos
- Deleção de eventos
- Requer credenciais do Google Calendar API
-
Evolution API MCP
- Envio de mensagens
- Envio de mensagens de texto
- Envio de mídia (imagens, vídeos, documentos)
- Envio de áudio
- Envio de enquetes
- Envio de listas interativas
- Gerenciamento de Grupos
- Criação de grupos
- Atualização de foto do grupo
- Envio de convites para grupos
- Gerenciamento de participantes (adicionar/remover)
- Busca de grupos
- Busca de participantes de grupos
- Requer credenciais da Evolution API (EVOLUTION_INSTANCIA, EVOLUTION_APIKEY, EVOLUTION_API_BASE)
- Envio de mensagens
-
Instagram MCP
- Instala e configura o MCP para integração com Instagram
- Requer credenciais da API do Instagram
- Diretório de instalação:
/opt/mcp_instagram - Funcionalidades:
-
Media Management
create_media: Create a new media post with image, caption, location, and hashtagspublish_media: Publish a created media postcreate_carousel: Create a carousel post with multiple imagescreate_reel: Create an Instagram Reel with video and captioncreate_story: Create an Instagram Story with image/video and optional stickerslike_media: Like a media postfollow_user: Follow or unfollow a user
-
Comment Management
add_comment: Add a comment to a media postreply_to_comment: Reply to an existing comment
-
Profile Management
update_profile: Update user profile information including:- Username
- Biography
- Business account details
- Contact information
- Website
-
Discovery & Search
get_hashtag_info: Get information about a hashtagget_location_info: Get information about a locationsearch: Search for users, hashtags, or locations
-
Features
- Full Instagram Graph API integration
- Support for all media types (posts, carousels, reels, stories)
- Comprehensive error handling
- Detailed logging
- Input validation using Zod schemas
- Environment-based configuration
-
-
Sair
Requisitos
- Sistema operacional: Debian/Ubuntu
- Acesso root
- Credenciais específicas para cada tipo de MCP:
- Google Calendar: GOOGLE_CALENDAR_ID, GOOGLE_CLIENT_EMAIL, GOOGLE_PRIVATE_KEY
- Evolution API: EVOLUTION_INSTANCIA, EVOLUTION_APIKEY, EVOLUTION_API_BASE
- Instagram API: INSTAGRAM_USER_ID, INSTAGRAM_ACCESS_TOKEN, INSTAGRAM_TOKEN
Processo de Instalação
O script irá:
- Verificar requisitos do sistema
- Atualizar os pacotes do sistema
- Instalar Node.js e dependências
- Configurar o ambiente específico para cada tipo de MCP
- Instalar dependências do projeto
- Configurar arquivos necessários
Suporte
Para suporte, abra uma issue no repositório: https://github.com/ABCMilioli/install-mcp/issues
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










