Server data from the Official MCP Registry
Build, deploy & manage hosted apps and chat with their AI coding agents from any MCP client.
Build, deploy & manage hosted apps and chat with their AI coding agents from any MCP client.
The VibeKit MCP server is a well-structured tool for managing hosting, AI agents, and tasks via a remote API. Authentication via API key is properly required for all sensitive operations, and credentials are handled securely through environment variables. Minor code quality issues around input validation and error handling exist but do not constitute security vulnerabilities. Permissions align appropriately with the server's purpose as a developer tool interfacing with a cloud API. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: VIBEKIT_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-609nft-vibekit-mcp": {
"env": {
"VIBEKIT_API_KEY": "your-vibekit-api-key-here"
},
"args": [
"-y",
"vibekit-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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:
https://mcp.vibekit.bot/mcp?api_key=vk_your_api_key_here
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. Get a key from @the_vibe_kit_bot with /apikey.
Prefer a local stdio install (e.g. Claude Desktop)? Use the steps below.
npm install -g vibekit-mcp
Get a VibeKit API key:
/apikey to generate your keyAdd to your MCP client config (e.g. Claude Desktop) (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"vibekit": {
"command": "vibekit-mcp",
"env": {
"VIBEKIT_API_KEY": "vk_your_api_key_here"
}
}
}
}
| Tool | Description |
|---|---|
vibekit_list_apps | List all hosted apps |
vibekit_get_app | Get details about a specific app |
vibekit_create_app | Create new app from template |
vibekit_deploy | Deploy GitHub repo to hosting |
vibekit_redeploy | Redeploy app with latest code |
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 database for an app |
vibekit_database_status | Get database status and connection info |
| 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_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) | — |
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 machineBe the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.