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

Connect an MCP Client

Connect ProductEcho to Claude, Cursor, or any MCP-compatible AI agent.

Overview

ProductEcho exposes its infrastructure through an MCP server, allowing compatible AI agents to provision infrastructure and deploy applications directly.

You only need one ProductEcho MCP connection. Use it from Claude, Cursor, or any other client that supports MCP.

Get your MCP credentials

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.

Configure your agent

Add the ProductEcho MCP server to your agent's MCP configuration. Works with Claude, Cursor, and any MCP-compatible AI agent. Keep the pe_live_... key private.

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"
      ]
    }
  }
}

Verify the connection

Reload your agent after changing the MCP configuration and confirm that ProductEcho tools are available.

  • ProductEcho appears as an MCP server.
  • ProductEcho tools are visible to the agent.
  • The MCP API key is accepted.
  • The agent can call ProductEcho tools.