byteplant mcp for Claude Desktop
io.github.byteplant-dev/byteplant-mcp
An MCP server that provides Email, Phone and Address Validation Services from Byteplant
client:Claude Desktop
transport:stdio
runtime:pypi
Install byteplant mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"byteplant-mcp": {
"command": "uvx",
"args": [
"byteplant-mcp"
],
"env": {
"EV_TOKEN": "<EV_TOKEN>",
"AV_TOKEN": "<AV_TOKEN>",
"PV_TOKEN": "<PV_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs