mailerlite_create_group — mailerlite MCP Tool
mailerlite_create_group
(mailerlite create group) is one of 13 tools on the
mailerlite
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call mailerlite_create_group from your client
- Claude Code mailerlite mailerlite_create_group run in your project directory
- Claude Desktop mailerlite mailerlite_create_group ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor mailerlite mailerlite_create_group ~/.cursor/mcp.json
- VS Code mailerlite mailerlite_create_group .vscode/mcp.json
- Zed mailerlite mailerlite_create_group ~/.config/zed/settings.json
- Windsurf mailerlite mailerlite_create_group ~/.codeium/windsurf/mcp_config.json
- Cline mailerlite mailerlite_create_group ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI mailerlite mailerlite_create_group ~/.gemini/settings.json
- Grok mailerlite mailerlite_create_group .mcp.json (in your project root)
- ChatGPT mailerlite mailerlite_create_group Settings → Connectors → Advanced → Developer mode
- Claude.ai mailerlite mailerlite_create_group Settings → Connectors → Add custom connector
- LangChain mailerlite mailerlite_create_group pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mailerlite https://mailerlite.usefulapi.io/mcp
Other tools on this server
- mailerlite_list_subscribers
- mailerlite_get_subscriber
- mailerlite_list_groups
- mailerlite_list_group_subscribers
- mailerlite_list_campaigns
- mailerlite_get_campaign
- mailerlite_list_fields
- mailerlite_list_segments
- mailerlite_list_automations
- mailerlite_list_webhooks
- mailerlite_upsert_subscriber
- mailerlite_assign_subscriber_to_group
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.