MCP Server
Maintained
MIT
io.github.MUSE-CODE-SPACE/test-genie MCP Server
io.github.MUSE-CODE-SPACE/test-genie
What is the io.github.MUSE-CODE-SPACE/test-genie MCP server?
AI-powered app test automation for iOS, Android, Flutter, React Native, Web
How to install io.github.MUSE-CODE-SPACE/test-genie
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"test-genie": {
"command": "npx",
"args": [
"-y",
"test-genie-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"test-genie": {
"command": "npx",
"args": [
"-y",
"test-genie-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"test-genie": {
"command": "npx",
"args": [
"-y",
"test-genie-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"test-genie": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"test-genie-mcp"
]
}
}
}Claude Code
claude mcp add test-genie -- npx -y test-genie-mcpRelated MCP servers
io.github.MUSE-CODE-SPACE/content-genie
Maintained
AI Content Creation Assistant for Korean creators - Trend analysis & SEO
0
View repository →TypeScript
MIT
io.github.MUSE-CODE-SPACE/vibe-coding
Maintained
Auto-document vibe coding sessions - collect, summarize, and publish
0
View repository →TypeScript
MIT