NEWMCP Native Infrastructure Server v2.0 is live for Claude & CursorStart Deploying Free
Getting Started

Quickstart

Connect ProductEcho to your AI coding agent and deploy your first application.

Overview

ProductEcho gives AI coding agents the infrastructure they need to turn generated code into a live application.

Get your MCP credentials, connect ProductEcho to Claude, Cursor, or another MCP-compatible agent, then use natural language to build and deploy.

Get your MCP credentials

Your AI agent needs an MCP API key to authenticate with ProductEcho.

01

Log In

Sign in to your ProductEcho account: app.productecho.com/login
02

Go to Team Page

Open dashboard/team from your ProductEcho dashboard.
03

Generate MCP Key

Click Generate MCP Key, enter a label such as Cursor Token, and copy the generated pe_live_*** key.

Connect an MCP client

ProductEcho works with Claude, Cursor, and any MCP-compatible AI agent. Add the ProductEcho MCP server to your client's configuration.

MCP configuration
{
  "mcpServers": {
    "productecho": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.productecho.com/mcp",
        "--header",
        "PRODUCT-ECHO-API-KEY: pe_live_YOUR_API_KEY_HERE"
      ]
    }
  }
}
Any MCP-compatible agent

The same ProductEcho MCP server can be used from Claude, Cursor, or another MCP-compatible client.

Deploy your first application

Once ProductEcho is connected, ask your AI agent to build and deploy your application in natural language.

Agent prompt
Build this app and deploy it with productecho.
Give me the live HTTPS URL when it's ready.
You're ready

Your AI agent can now use ProductEcho to provision infrastructure and deploy applications.

Start deploying