Skip to main content

What is MCP Deploy?

MCP Deploy deploys Model Context Protocol servers to production in one click.

How does it work?

  1. Sign up with GitHub
  2. Select your MCP server repository
  3. Click “Deploy”
  4. Get a production HTTPS URL

Is it free?

Yes! Free during beta with 3 MCP servers.

What MCP servers are supported?

Python servers with HTTP, SSE, or stdio transports. We recommend HTTP.

How do I test my server locally?

pip install -r requirements.txt
python main.py
MCP Deploy handles all server endpoints and infrastructure for you.
Questions? Email max@mcpdeploy.dev