MetaMask Embedded Wallets (Web3Auth) MCP for Claude Desktop
io.github.web3auth/mcp-server
Helps AI coding agents integrate MetaMask Embedded Wallets (Web3Auth) SDKs.
client:Claude Desktop
transport:streamable-http
tools:5
Install MetaMask Embedded Wallets (Web3Auth) MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.web3auth.io"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs