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