Local Python package
Local stdio · local
- Package / runtime
evomi-mcp- Authentication
- EVOMI_PUBLIC_API_KEY environment variable; a separate scraper key can optionally override automatic lookup.
Before you connect
- Evomi account with the products or credits required by your task.
- Python 3.10 or newer and the uv tool launcher available to the MCP client.
- Obtain the Public API key from personal API settings or team settings.
Cursor mcp.json (JSON; uvx launcher adaptation) Sources: Evomi MCP documentation, Evomi official repository, Evomi MCP 1.3.1 on PyPI, Astral uv tool guide, Cursor MCP configuration reference
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"evomi": {
"command": "uvx",
"args": [
"evomi-mcp"
],
"env": {
"EVOMI_PUBLIC_API_KEY": "YOUR_EVOMI_PUBLIC_API_KEY"
},
"type": "stdio"
}
}
}