Skip to content
Cursor

byteplant mcp for Cursor

io.github.byteplant-dev/byteplant-mcp

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

client:Cursor transport:stdio runtime:pypi

Install byteplant mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

byteplant mcp in other clients