mailerlite_get_campaign — mailerlite MCP Tool
mailerlite_get_campaign
(mailerlite get campaign) 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_get_campaign from your client
- Claude Code mailerlite mailerlite_get_campaign run in your project directory
- Claude Desktop mailerlite mailerlite_get_campaign ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor mailerlite mailerlite_get_campaign ~/.cursor/mcp.json
- VS Code mailerlite mailerlite_get_campaign .vscode/mcp.json
- Zed mailerlite mailerlite_get_campaign ~/.config/zed/settings.json
- Windsurf mailerlite mailerlite_get_campaign ~/.codeium/windsurf/mcp_config.json
- Cline mailerlite mailerlite_get_campaign ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI mailerlite mailerlite_get_campaign ~/.gemini/settings.json
- Grok mailerlite mailerlite_get_campaign .mcp.json (in your project root)
- ChatGPT mailerlite mailerlite_get_campaign Settings → Connectors → Advanced → Developer mode
- Claude.ai mailerlite mailerlite_get_campaign Settings → Connectors → Add custom connector
- LangChain mailerlite mailerlite_get_campaign 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_list_fields
- mailerlite_list_segments
- mailerlite_list_automations
- mailerlite_list_webhooks
- mailerlite_upsert_subscriber
- mailerlite_create_group
- 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.