Budka MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Budka MCPgenerate an image of a cyberpunk city at night"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Budka MCP
MCP сервер для генерации изображений через CyberPhotoBooth API
Инструменты
get_aspect_ratios — список доступных соотношений сторон
create_prompt — помощь в написании промпта для генерации
generate_image — генерация изображения по промпту
Related MCP server: image-forge-mcp
Установка
git clone https://github.com/curlysasha/CyberPhotoBooth_MCP.git
cd Budka_MCP
npm install
npm run buildПодключение к Claude Code
Для одного проекта
Создай .mcp.json в корне нужного проекта:
{
"mcpServers": {
"budka": {
"command": "node",
"args": ["C:\\путь\\до\\Budka_MCP\\dist\\index.js"],
"env": {
"BUDKA_API_KEY": "твой-api-ключ"
}
}
}
}В WSL путь будет
/mnt/c/..., на Windows —C:\...
Перезапусти Claude Code — сервер подключится автоматически.
Глобально (для всех проектов)
Через CLI команду:
claude mcp add budka --scope user -e BUDKA_API_KEY=твой-api-ключ -- node /путь/до/Budka_MCP/dist/index.jsКонфиг сохранится в ~/.claude.json и сервер будет доступен в любом проекте.
Управление:
claude mcp list # список серверов
claude mcp remove budka # удалитьThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/curlysasha/CyberPhotoBooth_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server