Skip to content
Grok

byteplant mcp for Grok

io.github.byteplant-dev/byteplant-mcp

An MCP server that provides Email, Phone and Address Validation Services from Byteplant

client:Grok transport:stdio runtime:pypi

Install byteplant mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "byteplant-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "byteplant-mcp"
      ],
      "env": {
        "EV_TOKEN": "<EV_TOKEN>",
        "AV_TOKEN": "<AV_TOKEN>",
        "PV_TOKEN": "<PV_TOKEN>"
      }
    }
  }
}

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

byteplant mcp in other clients