meser10 mcp for Windsurf
io.github.meser10/meser10-mcp
Operate the Meser 10 email and SMS platform from any MCP client. Read-only by default.
client:Windsurf
transport:stdio
runtime:npm
Install meser10 mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"meser10-mcp": {
"command": "npx",
"args": [
"-y",
"@meser10/mcp-server"
],
"env": {
"MESER10_API_KEY": "<MESER10_API_KEY>",
"MESER10_USER_ID": "<MESER10_USER_ID>",
"MESER10_MODE": "<MESER10_MODE>",
"MESER10_MAX_RECIPIENTS": "<MESER10_MAX_RECIPIENTS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs