MCP server enabling LLMs to deploy, host, and manage apps with persistent AI agents and integrated tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Vibekit MCP.
vibekit_list_appsList all hosted apps
vibekit_get_appGet details about a specific app
vibekit_list_templatesList starter templates for `vibekit_create_app
vibekit_create_appCreate new app from a template
vibekit_deployDeploy GitHub repo to hosting
vibekit_redeployRedeploy app with latest code
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.
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:
Paste 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. See Get an API key below.
Prefer a local stdio install (e.g. Claude Desktop)? Use the steps below.
Keys start with vk_. Two ways to get one:
/auth/register creates a brand-new account, so call it once, not per request.Get a VibeKit API key (see Get an API key above).
Add to your MCP client config (e.g. Claude Desktop) (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
| Tool | Description |
|---|---|
vibekit_list_apps | List all hosted apps |
vibekit_get_app | Get details about a specific app |
vibekit_list_templates | List starter templates for vibekit_create_app |
vibekit_create_app | Create new app from a template |
vibekit_deploy | Deploy GitHub repo to hosting |
vibekit_redeploy | Redeploy app with latest code |
vibekit_list_deploys | List an app's recent deploys with status and commit |
vibekit_rollback_deploy | Roll an app back to a previous deploy |
vibekit_app_logs | Get application logs |
vibekit_restart_app | Restart an app |
vibekit_stop_app | Stop an app |
vibekit_start_app | Start a stopped app |
vibekit_app_env | Get app environment variables |
vibekit_set_env | Set app environment variables |
vibekit_delete_app | Delete an app permanently |
| Tool | Description |
|---|---|
vibekit_chat | Chat with an app's AI agent |
vibekit_agent_status | Get agent status |
vibekit_agent_history | Get chat history with agent |
| Tool | Description |
|---|---|
vibekit_enable_database | Enable a Postgres database for an app |
vibekit_database_status | Get database status and connection info |
vibekit_db_schema | Get the database schema (every table and its columns) |
vibekit_db_query | Run a read-only SQL query (SELECT only, up to 200 rows) |
vibekit_db_table | Browse one table's rows with pagination and sorting |
| Tool | Description |
|---|---|
vibekit_run_qa | Run automated QA tests |
vibekit_qa_status | Get QA test results |
| Tool | Description |
|---|---|
vibekit_submit_task | Submit a coding task |
vibekit_get_task | Get task status/result |
vibekit_list_tasks | List recent tasks |
vibekit_wait_for_task | Wait for task completion |
vibekit_cancel_task | Cancel a running task |
vibekit_create_schedule | Create recurring scheduled task |
vibekit_list_schedules | List scheduled tasks |
vibekit_delete_schedule | Delete scheduled task |
| Tool | Description |
|---|---|
vibekit_account | Get account info (plan, credits, usage) |
vibekit_list_skills | List implementation skills |
vibekit_get_skill | Fetch specific skill content |
Once configured, you can use prompts like:
| Variable | Description | Default |
|---|---|---|
VIBEKIT_API_KEY | Your VibeKit API key (required) | none |
VIBEKIT_API_URL | API base URL | https://vibekit.bot/api/v1 |
vibekit-cli: terminal client for VibeKit cloud workflowsvibekit-agent: Telegram bridge for local Claude Code on your own machineVibeKit's privacy policy: https://vibekit.bot/privacy
What this MCP server does with your data, concretely:
https://vibekit.bot/api/v1)
over HTTPS, authenticated with the API key you configure. Tool inputs and
outputs are processed by VibeKit to run your apps and agents, under the
privacy policy above.VIBEKIT_API_KEY / the extension's key field) and
sent only to vibekit.bot.Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vibekit-bot-vibekit-mcp)<a href="https://allmcps.com/mcp/vibekit-bot-vibekit-mcp"><img src="https://allmcps.com/api/badge/vibekit-bot-vibekit-mcp?style=directory" alt="Vibekit MCP on AllMCPs" /></a>