JevSim for Claude Desktop
io.github.huaaudio/jevsim
Run verified iOS and Android UI workflows in one agent tool call with Jev.
client:Claude Desktop
transport:stdio
runtime:npm
Install JevSim in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"jevsim": {
"command": "npx",
"args": [
"-y",
"@huaaudio/jevsim"
],
"env": {
"TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>",
"JEVSIM_MODEL": "<JEVSIM_MODEL>",
"JEVSIM_XCODE_COMMAND": "<JEVSIM_XCODE_COMMAND>",
"JEVSIM_XCODE_ARGS": "<JEVSIM_XCODE_ARGS>",
"JEVSIM_ANDROID_APPIUM_URL": "<JEVSIM_ANDROID_APPIUM_URL>",
"JEVSIM_ADB_COMMAND": "<JEVSIM_ADB_COMMAND>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs