alaii-mcp-server
v0.1.0
Published
MCP server for Alaii Engage — AI social media engagement tools for Claude, ChatGPT, and AI assistants
Maintainers
Readme
@alaii/mcp-server
MCP server for Alaii Engage — give Claude, ChatGPT, and AI assistants the ability to generate social media engagement content.
What is this?
This is a Model Context Protocol (MCP) server that exposes Alaii Engage's AI engagement tools to any MCP-compatible AI assistant.
Available Tools
| Tool | Description |
|------|-------------|
| generate_engagement | Generate AI-powered replies, comments, and DMs for any platform |
| publish_to_instagram | Publish photos, carousels, and reels to Instagram |
| check_usage | View API usage and billing |
Setup with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"alaii-engage": {
"command": "npx",
"args": ["-y", "alaii-mcp-server"],
"env": {
"ALAII_API_KEY": "ae_your_key"
}
}
}
}Then restart Claude Desktop. You'll see the Alaii Engage tools available in your conversation.
Setup with Self-Hosted Instance
Point to your own deployment:
{
"mcpServers": {
"alaii-engage": {
"command": "npx",
"args": ["-y", "alaii-mcp-server"],
"env": {
"ALAII_API_KEY": "ae_your_key",
"ALAII_BASE_URL": "http://localhost:3000"
}
}
}
}Example Usage in Claude
"Generate an Instagram reply to someone who said 'love your new salon!'"
Claude will use the generate_engagement tool and return 3 human-like variations.
Get an API Key
- Go to alaii-engage.vercel.app
- Sign up (100 free API calls, no credit card)
- Copy your
ae_API key
