@myvtp/mcp

@myvtp/mcp

myvtp

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.

1122 views1Local (stdio)

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

Developers wanting to deploy apps through ClaudeTeams using VTP for application hostingQuick deployment workflows from code editors
Auto-installer for multiple AI clientsProject analysis and config generationWorks with Claude Desktop, Cursor, VS Code

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 apps via the VTP API. 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

ClientConfig 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

ToolDescription
deployDeploy an app from a vtp.yaml config
listList all deployed apps
list_app_typesShow supported app types
get_deployment_guideGet 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 skills
kubernetes-architect

Expert 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.

6
mlops-engineer

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.

3
csharp-developer

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.

46
ui-design-system

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.

34
cloudflare

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.

12
ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

12