vibekit-mcp

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.

Category
Visit Server

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 apps
  • vibekit_app_info — Get app details
  • vibekit_start / vibekit_stop / vibekit_restart — Container control

AI Agent

  • vibekit_chat — Send a message to your app's AI agent
  • vibekit_agent_status — Agent status and model info

Deploy

  • vibekit_deploy — Trigger redeploy
  • vibekit_deploys — Deploy history
  • vibekit_rollback — Rollback to previous deploy

Logs & Files

  • vibekit_logs — View app logs
  • vibekit_files — Browse workspace files

Environment

  • vibekit_env_list / vibekit_env_set / vibekit_env_delete — Manage env vars

Database

  • vibekit_db_status — Database stats
  • vibekit_db_schema — Tables, columns, types
  • vibekit_db_query — Run read-only SQL
  • vibekit_db_table — Browse table data

Domain & QA

  • vibekit_set_domain — Set custom domain
  • vibekit_qa — Run QA audit

Tasks

  • vibekit_submit_task — Submit a headless coding task
  • vibekit_task_status — Check task status
  • vibekit_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

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.

Official
Featured
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

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.

Official
Featured
Python
graphlit-mcp-server

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.

Official
Featured
TypeScript
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured