JevSim for Grok
io.github.huaaudio/jevsim
Run verified iOS and Android UI workflows in one agent tool call with Jev.
client:Grok
transport:stdio
runtime:npm
Install JevSim in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"jevsim": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs