RacterMX
About
Manage RacterMX email forwarding — domains, aliases, webhooks, and more — via AI.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RACTERMX_API_KEY RACTERMX_API_URLClaude Code
claude mcp add --env RACTERMX_API_KEY= --env RACTERMX_API_URL= ractermx -- npx @ractermx/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ractermx","command":"npx","args":["@ractermx/mcp-server"],"env":{"RACTERMX_API_KEY":"","RACTERMX_API_URL":""}}'
JSON
{
"mcpServers": {
"ractermx": {
"command": "npx",
"args": [
"@ractermx/mcp-server"
],
"env": {
"RACTERMX_API_KEY": "",
"RACTERMX_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.