isitdisposable mcp for Grok
io.github.richelo/isitdisposable-mcp
An MCP server that lets AI agents check whether an email address or domain is disposable.
client:Grok
transport:stdio
runtime:npm
Install isitdisposable mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"isitdisposable-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"isitdisposable-mcp"
],
"env": {
"ISITDISPOSABLE_API_KEY": "<ISITDISPOSABLE_API_KEY>"
}
}
}
}
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