Use Claude, ChatGPT, Cursor, or any MCP-compatible tool to publish and manage sites through natural language.
Open your account page, go to API keys, and create a key. Copy it; you will only see it once.
Open API keys →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"
}
}
}
}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_HEREAdd the server URL and API key in ChatGPT's connector settings.
Server URL: https://mcp.upfling.host/mcp
Authorization: Bearer upf_YOUR_KEY_HEREThe MCP server uses the same API keys as the REST API.