mcp server tempmail for Grok
io.github.selenium39/mcp-server-tempmail
MCP server for temporary email management using ChatTempMail API
client:Grok
transport:stdio
runtime:npm
Install mcp server tempmail in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-tempmail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "<TEMPMAIL_API_KEY>",
"TEMPMAIL_BASE_URL": "<TEMPMAIL_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs