YongjinKim-Dev/mcp-banana-ghost
3.2
If you are the rightful owner of mcp-banana-ghost and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP Banana Ghost is a server that uses Claude with NanoBanana Pro to generate images by directly manipulating a browser with undetected-chromedriver, bypassing detection without an API.
Tools
3
Resources
0
Prompts
0
MCP Banana Ghost 🍌👻
Claude에서 NanoBanana Pro를 사용해 이미지를 생성하는 MCP 서버.
API 없이 undetected-chromedriver로 브라우저를 직접 조작해서 탐지를 우회하는 방식입니다.
설치
pip install -r requirements.txt
설정
config.json에서 크롬 프로필 경로를 설정하세요:
{
"chrome_profile_path": "~/Library/Application Support/Google/Chrome/Default",
"nanobanana_url": "https://nanobananaart.ai",
"headless": false,
"timeout": 120
}
⚠️
chrome_profile_path는 NanoBanana에 로그인된 크롬 프로필이어야 합니다.
실행
python server.py
Claude Desktop 연동
~/Library/Application Support/Claude/claude_desktop_config.json에 추가:
{
"mcpServers": {
"banana-ghost": {
"command": "python",
"args": ["/path/to/mcp-banana-ghost/server.py"]
}
}
}
도구
generate_image
프롬프트를 받아 NanoBanana Pro로 이미지를 생성합니다.
get_status
서버와 브라우저 상태를 확인합니다.
restart_browser
브라우저를 재시작합니다.
라이선스
MIT