
@myvtp/mcp
Deploys and manages applications on the VTP platform directly through Claude Code. Automatically analyzes your project, generates deployment configs, and handles the deployment process.
Enables application deployment and management on the VTP platform directly through Claude Code. It provides tools to analyze projects, generate configurations, and list deployed apps using the VTP API.
What it does
- Deploy applications to VTP platform
- Generate VTP deployment configurations
- List all deployed applications
- Analyze project structure for deployment
- Get deployment guides for different app types
Best for
About @myvtp/mcp
@myvtp/mcp is a community-built MCP server published by myvtp that provides AI assistants with tools and capabilities via the Model Context Protocol. Enable VTP platform deployment — deploy apps with Claude Code, analyze projects, generate configs, and list deployed app It is categorized under cloud infrastructure, developer tools.
How to install
You can install @myvtp/mcp in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
@myvtp/mcp is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
@myvtp/mcp
MCP (Model Context Protocol) server for VTP - deploy apps via Claude Code.
Quick Start
Run the installer to automatically configure your AI coding assistant:
npx @myvtp/mcp install
This will detect and configure any of the following clients:
- Claude Desktop - Anthropic's desktop app
- Claude Code - Anthropic's CLI tool
- Cursor - AI-powered code editor
- VS Code - Project-level MCP config
- Windsurf - Codeium's AI code editor
- Project (.mcp.json) - Generic project-level config
Installer Options
npx @myvtp/mcp install # Interactive mode
npx @myvtp/mcp install --yes # Configure all detected clients
npx @myvtp/mcp install --yes claude-desktop # Configure specific client
npx @myvtp/mcp install --force # Overwrite existing VTP config
Press Escape or Ctrl+C to cancel the installer.
Manual Installation
Add to your MCP configuration file:
{
"mcpServers": {
"vtp": {
"command": "npx",
"args": ["-y", "@myvtp/mcp"]
}
}
}
Config File Locations
| Client | Config Path |
|---|---|
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
| Claude Code | ~/.claude.json |
| Cursor | ~/.cursor/mcp.json |
| VS Code | .vscode/mcp.json (project-level) |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| Generic | .mcp.json (project-level) |
Usage
Once configured, simply ask Claude to deploy your app:
Deploy this app to VTP
Claude will analyse your project, create the necessary configuration, and deploy it.
Available Tools
| Tool | Description |
|---|---|
deploy | Deploy an app from a vtp.yaml config |
list | List all deployed apps |
list_app_types | Show supported app types |
get_deployment_guide | Get detailed deployment instructions |
Configuration
The MCP server connects to the VTP API. By default it uses https://api.myvtp.app.
To use a different API URL (e.g., for local development):
{
"mcpServers": {
"vtp": {
"command": "npx",
"args": ["-y", "@myvtp/mcp"],
"env": {
"VTP_API_URL": "https://api.myvtp.dev"
}
}
}
}
Authentication
On first use, the MCP server will open your browser for authentication. Your credentials are stored locally at ~/.vtp/credentials.json.
License
MIT
Alternatives
Related Skills
Browse all skillsExpert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE, service mesh (Istio/Linkerd), progressive delivery, multi-tenancy, and platform engineering. Handles security, observability, cost optimization, and developer experience. Use PROACTIVELY for K8s architecture, GitOps implementation, or cloud-native platform design.
Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated training, deployment, and monitoring across cloud platforms. Use PROACTIVELY for ML infrastructure, experiment management, or pipeline automation.
Expert C# developer specializing in modern .NET development, ASP.NET Core, and cloud-native applications. Masters C# 12 features, Blazor, and cross-platform development with emphasis on performance and clean architecture.
UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this skill when a user requests a "security audit," "vulnerability assessment," "compliance review," or any task involving identifying and mitigating security risks. It helps to ensure code and systems adhere to security best practices and compliance standards.
Bash Automated Testing System (BATS) for TDD-style testing of shell scripts. Use when: (1) Writing unit or integration tests for Bash scripts, (2) Testing CLI tools or shell functions, (3) Setting up test infrastructure with setup/teardown hooks, (4) Mocking external commands (curl, git, docker), (5) Generating JUnit reports for CI/CD, (6) Debugging test failures or flaky tests, (7) Implementing test-driven development for shell scripts.