atheris mcp for Cursor
io.github.atheris-ee/atheris-mcp
Country-targeted mobile/residential proxy egress for agents: live stock, proxy URLs, usage.
client:Cursor
transport:stdio
runtime:npm
Install atheris mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atheris-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"atheris-mcp"
],
"env": {
"ATHERIS_PROXY_KEY": "<ATHERIS_PROXY_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs