VibeKit MCP
The VibeKit MCP server lets you deploy, manage, and monitor hosted applications, interact with AI agents, automate coding tasks, and access account information.
Hosting Management
List, create, deploy, redeploy, start, stop, restart, and delete hosted apps
Create apps from templates (e.g., Next.js, React, Express) or deploy from GitHub
View application logs and manage environment variables
AI Agent Interaction
Chat with an app's AI agent to read, write, and modify code
Check agent status and retrieve chat history
Database Management
Enable a database for a hosted app and retrieve its status and connection info
QA & Testing
Run automated QA tests on deployed apps and retrieve results
Task Automation
Submit coding tasks for an AI to write code, commit to GitHub, and deploy
Poll task status, wait for completion, list tasks, and cancel running tasks
Create, list, and delete recurring scheduled tasks using cron expressions
Account & Skills
View account plan, credits, and usage
List and fetch implementation skills, including code examples and best practices
Enables deploying GitHub repositories to VibeKit hosting, submitting coding tasks that commit code to GitHub, and managing app deployments sourced from GitHub repos.
vibekit-mcp
MCP server for VibeKit, deploy apps, manage hosting, and chat with AI agents from any MCP client.
This package is for VibeKit cloud/API access. It does not connect your local Claude Code instance to Telegram. For local-machine remote control, use vibekit-agent.
Use it remotely (no install)
VibeKit also runs as a hosted remote server, so clients that accept a remote MCP URL (claude.ai web connectors, ChatGPT, etc.) need no install:
https://mcp.vibekit.bot/mcp?api_key=vk_your_api_key_herePaste that URL into your client's "custom connector" / "remote MCP server" field. Clients that let you set headers can instead send Authorization: Bearer vk_your_api_key_here and use the bare https://mcp.vibekit.bot/mcp. Get a key from @the_vibe_kit_bot with /apikey.
Prefer a local stdio install (e.g. Claude Desktop)? Use the steps below.
Related MCP server: Modal MCP
Installation
npm install -g vibekit-mcpSetup
Get a VibeKit API key:
Open @the_vibe_kit_bot in Telegram
Send
/apikeyto generate your key
Add to your MCP client config (e.g. Claude Desktop) (
~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS):
{
"mcpServers": {
"vibekit": {
"command": "vibekit-mcp",
"env": {
"VIBEKIT_API_KEY": "vk_your_api_key_here"
}
}
}
}Restart your MCP client
Available Tools
Hosting
Tool | Description |
| List all hosted apps |
| Get details about a specific app |
| Create new app from template |
| Deploy GitHub repo to hosting |
| Redeploy app with latest code |
| Get application logs |
| Restart an app |
| Stop an app |
| Start a stopped app |
| Get app environment variables |
| Set app environment variables |
| Delete an app permanently |
Agent
Tool | Description |
| Chat with an app's AI agent |
| Get agent status |
| Get chat history with agent |
Database
Tool | Description |
| Enable database for an app |
| Get database status and connection info |
QA
Tool | Description |
| Run automated QA tests |
| Get QA test results |
Tasks
Tool | Description |
| Submit a coding task |
| Get task status/result |
| List recent tasks |
| Wait for task completion |
| Create recurring scheduled task |
| List scheduled tasks |
| Delete scheduled task |
Account
Tool | Description |
| Get account info (plan, credits, usage) |
| List implementation skills |
| Fetch specific skill content |
Example Usage
Once configured, you can use prompts like:
"Deploy my GitHub repo to VibeKit and create a new app"
"Chat with the AI agent for my app about adding a contact form"
"Show me the logs for my app and restart it if there are errors"
"Enable a database for my app and check its status"
"Run QA tests on my deployed app"
"Check my VibeKit account balance and list my apps"
"Create a weekly schedule to improve my app's performance"
Environment Variables
Variable | Description | Default |
| Your VibeKit API key (required) | — |
| API base URL |
|
Related Packages
vibekit-cli: terminal client for VibeKit cloud workflowsvibekit-agent: Telegram bridge for local Claude Code on your own machine
Links
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/VibeKit-Bot/vibekit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server