#!/bin/bash
# Smithery installation script for Brevo MCP
echo "š¦ Installing Brevo MCP for Smithery..."
# Build the project
echo "šØ Building project..."
npm run build
if [ $? -ne 0 ]; then
echo "ā Build failed"
exit 1
fi
# Make scripts executable
chmod +x scripts/*.js
chmod +x scripts/*.sh
echo "ā Brevo MCP installed and ready for Smithery"
echo ""
echo "Usage:"
echo " npm run smithery # Run with Smithery"
echo " npm run smithery:run # Alternative run command"
echo " npm test # Test the MCP server"
echo ""
echo "Configuration:"
echo " Set BREVO_API_KEY environment variable"
echo " Set BREVO_DEFAULT_SENDER_EMAIL environment variable"
echo " Set BREVO_DEFAULT_SENDER_NAME environment variable (optional)"
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samihalawa/brevo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server