byteplant mcp for Cline
io.github.byteplant-dev/byteplant-mcp
An MCP server that provides Email, Phone and Address Validation Services from Byteplant
client:Cline
transport:stdio
runtime:pypi
Install byteplant mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"byteplant-mcp": {
"command": "uvx",
"args": [
"byteplant-mcp"
],
"env": {
"EV_TOKEN": "<EV_TOKEN>",
"AV_TOKEN": "<AV_TOKEN>",
"PV_TOKEN": "<PV_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs