Skip to content
Windsurf

byteplant mcp for Windsurf

io.github.byteplant-dev/byteplant-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install byteplant mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

byteplant mcp in other clients