Skip to content

Fedin Deploy

Free

by MCP Community

MCP tool for deploying Next.js and Vite projects to Fedin cloud platform

v1.4.10Added Apr 12, 2026
mcpdeploynextjsvitefedin
Works with:ClaudeGPTGeminiCopilot

Fedin Deploy MCP Server

MCP tool for deploying Next.js and Vite projects to Fedin cloud platform

Installation

npx -y fedin-deploy-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y fedin-deploy-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "fedin-deploy": {
      "command": "npx",
      "args": ["-y", "fedin-deploy-mcp"]
    }
  }
}