MCP SETUP

Connect AI tools

Use Claude, ChatGPT, Cursor, or any MCP-compatible tool to publish and manage sites through natural language.

1
Step 1

Create an API key

Open your account page, go to API keys, and create a key. Copy it; you will only see it once.

Open API keys →
2
Step 2

Claude Desktop or Claude Code

Add this to your Claude configuration file. Replace upf_YOUR_KEY_HERE with your actual API key.

{
  "mcpServers": {
    "upfling": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.upfling.host/mcp"],
      "env": {
        "MCP_REMOTE_HEADER_AUTHORIZATION": "Bearer upf_YOUR_KEY_HERE"
      }
    }
  }
}
3
Step 3

Cursor, Windsurf, or VS Code Copilot

These editors support remote MCP natively. Enter the server URL and your API key in their MCP settings.

Server URL: https://mcp.upfling.host/mcp
Authorization: Bearer upf_YOUR_KEY_HERE
4
Step 4

ChatGPT

Add the server URL and API key in ChatGPT's connector settings.

Server URL: https://mcp.upfling.host/mcp
Authorization: Bearer upf_YOUR_KEY_HERE

The MCP server uses the same API keys as the REST API.