Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Keila

FreeNot checked

An MCP server for the Keila newsletter API that enables management of contacts, campaigns, segments, and senders. It allows users to create, schedule, and send

GitHubEmbed

About

An MCP server for the Keila newsletter API that enables management of contacts, campaigns, segments, and senders. It allows users to create, schedule, and send newsletters directly through natural language interactions.

README

MCP server for the Keila newsletter API. Lets Claude manage contacts, campaigns, segments, and senders.

Install

claude mcp add -s user keila \
  -e KEILA_API_KEY=$(op read "op://kube/Keila/api_key") \
  -e KEILA_URL=https://mail.korroni.com \
  -- uvx --from git+https://github.com/gwbischof/keila-mcp keila-mcp

Tools

Tool Description
list_contacts List all contacts with pagination
get_contact Fetch a contact by ID
create_contact Create a new contact
update_contact Update a contact
delete_contact Delete a contact
list_campaigns List all campaigns
get_campaign Fetch a campaign by ID
create_campaign Create a new campaign (does not send)
update_campaign Update a campaign
delete_campaign Delete a campaign
send_campaign Send a campaign immediately
schedule_campaign Schedule a campaign for future delivery
list_segments List all segments
create_segment Create a segment with a filter
delete_segment Delete a segment
list_senders List configured senders
list_forms List signup forms

Environment Variables

Variable Default Description
KEILA_URL https://mail.korroni.com Keila instance URL
KEILA_API_KEY API key (create in Keila dashboard)

from github.com/gwbischof/keila-mcp

Install Keila in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install keila-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add keila-mcp -- uvx keila-mcp

Step-by-step: how to install Keila

FAQ

Is Keila MCP free?

Yes, Keila MCP is free — one-click install via Unyly at no cost.

Does Keila need an API key?

No, Keila runs without API keys or environment variables.

Is Keila hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Keila in Claude Desktop, Claude Code or Cursor?

Open Keila on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Keila with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs