Client Mcp Core
Freeby MCP Community
MCP server for MetaMask Extension visual testing with LLM agents
v0.1.1Added Apr 12, 2026
mcpplaywrightllmvisual-testingbrowser-extension
Client Mcp Core MCP Server
MCP server for MetaMask Extension visual testing with LLM agents
Installation
Reviews
Installation
Quick install
npx -y @metamask/client-mcp-core
Add to claude_desktop_config.json
{
"mcpServers": {
"client-mcp-core": {
"command": "npx",
"args": ["-y", "@metamask/client-mcp-core"]
}
}
}