Open Agent Infrastructure

Model Context Protocol (MCP)

Connect Claude Desktop, Cursor IDE, Windsurf, and LLM coding assistants directly to ESER AI multi-platform publishing tools via standard open protocols.

claude_desktop_config.jsonJSON
{
  "mcpServers": {
    "eser-ai": {
      "url": "https://mcp.eserai.tech/mcp",
      "headers": {
        "Authorization": "Bearer eser_live_secret_key..."
      }
    }
  }
}