Loading MCP server directory, please wait...
Operate the Meser 10 email and SMS platform from any MCP client. Read-only by default.
npx @getmcp/cli add io.github.meser10/meser10-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MESER10_API_KEYAPI key issued in the Meser 10 UI under My Account, Advanced settings, API settings.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.meser10/meser10-mcp": {
"command": "npx",
"args": [
"-y",
"@meser10/mcp-server"
],
"env": {
"MESER10_API_KEY": "",
"MESER10_USER_ID": "",
"MESER10_MODE": "read",
"MESER10_MAX_RECIPIENTS": "100"
}
}
}
}