Home › Marketing & E-Commerce › meser10-mcp
meser10-mcp
Operate the Meser 10 email and SMS platform from any MCP client. Read-only by default.
Topics: Marketing
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.2)
npx -y @meser10/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"meser10-mcp": {
"command": "npx",
"args": [
"-y",
"@meser10/[email protected]"
],
"env": {
"MESER10_API_KEY": "<YOUR_VALUE>",
"MESER10_USER_ID": "<YOUR_VALUE>",
"MESER10_MODE": "<YOUR_VALUE>",
"MESER10_MAX_RECIPIENTS": "<YOUR_VALUE>"
}
}
}
}
MESER10_API_KEYrequired secret — API key issued in the Meser 10 UI under My Account, Advanced settings, API settings.MESER10_USER_ID— Meser 10 account number. Not a secret. Optional: 17 of the 61 operations authenticate on the key alone, the other 44 need it.MESER10_MODE— Safety gate: read (default), write, send or destructive. Each level adds tools; send delivers to real recipients and spends credit.MESER10_MAX_RECIPIENTS— Refuses any single send targeting more addresses than this cap.
Related servers
meta-ads-mcp
Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale…
facebook-ads-mcp-server
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
osp_marketing_tools
A suite of marketing tools from Open Strategy Partners including writing style, editing codes, and product marketing value map creation.
google-tag-manager-mcp-server
This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
google-ads-mcp-server
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
HitKeep
Stateless 2026-07-28 read-only MCP server for aggregate HitKeep analytics and official docs.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry