vibekit-mcp
Enables the management of AI-powered VibeKit apps, allowing users to control deployments, monitor logs, and perform database operations directly from MCP-compatible clients. It facilitates interaction with hosted AI agents and the execution of headless coding tasks through natural language.
README
<p align="center"> <img src="banner.png" alt="vibekit-mcp" width="100%"> </p>
vibekit-mcp
MCP server for VibeKit — manage AI-powered apps as native tools in Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"vibekit": {
"command": "npx",
"args": ["-y", "vibekit-mcp"],
"env": {
"VIBEKIT_API_KEY": "vk_your_key_here"
}
}
}
}
Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"vibekit": {
"command": "npx",
"args": ["-y", "vibekit-mcp"],
"env": {
"VIBEKIT_API_KEY": "vk_your_key_here"
}
}
}
}
Get your API key at app.vibekit.bot/settings.
Available Tools
Apps
vibekit_list_apps— List all your hosted appsvibekit_app_info— Get app detailsvibekit_start/vibekit_stop/vibekit_restart— Container control
AI Agent
vibekit_chat— Send a message to your app's AI agentvibekit_agent_status— Agent status and model info
Deploy
vibekit_deploy— Trigger redeployvibekit_deploys— Deploy historyvibekit_rollback— Rollback to previous deploy
Logs & Files
vibekit_logs— View app logsvibekit_files— Browse workspace files
Environment
vibekit_env_list/vibekit_env_set/vibekit_env_delete— Manage env vars
Database
vibekit_db_status— Database statsvibekit_db_schema— Tables, columns, typesvibekit_db_query— Run read-only SQLvibekit_db_table— Browse table data
Domain & QA
vibekit_set_domain— Set custom domainvibekit_qa— Run QA audit
Tasks
vibekit_submit_task— Submit a headless coding taskvibekit_task_status— Check task statusvibekit_account— Plan, balance, usage
Example Usage
Once connected, you can say things like:
- "List my VibeKit apps"
- "Show me the logs for my surf app"
- "Tell my agent to add a dark mode toggle"
- "Run a SQL query on my database"
- "Deploy my app"
Links
- Website: https://vibekit.bot
- Dashboard: https://app.vibekit.bot
- CLI: https://www.npmjs.com/package/vibekit-cli
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.