wopee mcp for Grok
io.github.wopee-io/wopee-mcp
AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.
client:Grok
transport:stdio
runtime:npm
Install wopee mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wopee-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wopee-mcp"
],
"env": {
"WOPEE_API_KEY": "<WOPEE_API_KEY>",
"WOPEE_PROJECT_UUID": "<WOPEE_PROJECT_UUID>",
"WOPEE_API_URL": "<WOPEE_API_URL>"
}
}
}
}
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