gemini drawing MCP & skill through browser, can be used in openclaw or any agent that supports MCP. Gemini画图 MCP和sill,支持龙虾或任何agent使用٩(๑>◡<๑)۶
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gemini-skill": {
"command": "npx",
"args": [
"-y",
"WJZ-P/gemini-skill"
]
}
}
}
Run in terminal:
claude mcp add gemini-skill npx -y WJZ-P/gemini-skill
Add to .cursor/mcp.json:
{
"mcpServers": {
"gemini-skill": {
"command": "npx",
"args": [
"-y",
"WJZ-P/gemini-skill"
]
}
}
}