Posts

How to Generate and Edit Images from Claude Code with NanoBanana MCP

Image
When you are working in a terminal-based coding flow, even a small image task can break focus: open a browser, find the right tool, upload references, copy results back, and then return to the codebase. This guide shows how to wire NanoBanana MCP into Claude Code so image generation and image editing become part of the same terminal workflow. What you can do The NanoBanana MCP integration described in the Ace Data Cloud documentation gives Claude Code access to two image tools: nanobanana_generate_image for text-to-image generation. nanobanana_edit_image for image editing, including multi-image input. The practical difference is that you are not only asking for a brand-new picture. You can also give Claude Code existing image URLs and ask it to reason about their contents. The documentation gives a useful example: put the phone from one image onto the desk in another image, then adjust angle and lighting so the result looks natural. That is the kind of task where an ...

How to Add Remote MCP Servers to Claude Code for Terminal-Based AI Workflows

Image
Claude Code is useful when it can read, edit, and reason about a project from the terminal. The moment you need supporting assets, search results, short links, or generated media, the workflow often breaks: you leave the IDE, open another service, copy a result back, and lose the thread. MCP is a practical way to keep those tool calls inside the same terminal session. This guide walks through a concrete setup pattern from the Ace Data Cloud Claude Code MCP documentation: adding managed remote MCP servers to Claude Code with HTTP transport, an Authorization header, and an optional project-level .mcp.json file. The goal is not to install every tool blindly, but to understand the configuration shape so you can add only the servers that match your workflow. What you can do With the documented Ace Data Cloud MCP servers connected to Claude Code, your terminal assistant can call tools across several practical categories while you continue working in a repository: Music: Suno for tex...

How to Edit Images from Cursor with NanoBanana MCP

Image
Moving image work out of a browser and into your coding workflow can remove a lot of friction, especially when the task is not “make a random picture” but “modify this exact asset in a controlled way.” NanoBanana MCP is useful in that middle ground: you can keep working in Cursor, describe the image change you want, and let the model handle generation or editing through an MCP server. This guide walks through the practical setup for using NanoBanana MCP in Cursor, based on the public Ace Data Cloud documentation. The focus is intentionally narrow: configure the MCP server, understand what it can do, and use it for realistic image-editing tasks such as improving screenshots, combining multiple images, or producing small illustrations for product UI. What you can do The documented Cursor integration exposes two NanoBanana MCP tools: nanobanana_generate_image for text-to-image generation. nanobanana_edit_image for image editing, including workflows that pass multiple image U...

How to Use Ace Data Cloud Models in Jan with an OpenAI-Compatible Endpoint

Image
If you use Jan as your local AI desktop workspace, the useful question is not whether you should run local or cloud models. It is how to make both available in the same tool without constantly changing clients, keys, and workflows. Jan separates models into a Local Engine for models running on your machine and a Remote Engine for third-party API providers. Ace Data Cloud can be configured as a Remote Engine because it follows the OpenAI-compatible API shape. In practice, that means you can keep Jan as the interface while calling remote models through a single Ace Data Cloud API token. What you can do With this setup, Jan remains the desktop client you type into, while Ace Data Cloud becomes one of the model providers behind it. The documented flow supports a few practical uses: Configure Ace Data Cloud inside Jan's Settings → Model Providers area. Use https://api.acedata.cloud/v1 as the OpenAI-compatible base URL. Manually add model IDs such as gpt-5 , gpt-5-...

How to Use NanoBanana MCP from Codex CLI for Image Generation and Editing

Image
If you already use Codex CLI as your working terminal assistant, the most annoying part of image generation is often not the model itself. It is the context switching: opening another tool, copying prompts, pasting image links, and then bringing the result back into your development flow. NanoBanana MCP gives you a small, practical way to keep image generation and image editing inside the same Codex CLI conversation. What you can do The NanoBanana MCP integration is designed for image work that benefits from direct conversational control. According to the source document, the server is based on Gemini’s multimodal image model and is suited for complex instructions, fine editing, and coherent consistent characters. In practice, that means you can ask Codex CLI to call NanoBanana MCP for tasks such as: generating an image from a text prompt, for example an orange cat wearing a spacesuit and eating a burger on the moon; editing an existing portrait from a link while preser...

How to Build a Practical Image Editing Workflow with GPT-Image-2

Image
Image editing is easy to demo once, but harder to turn into a reliable developer workflow: you need predictable structure preservation, URL-based inputs, clear parameters, and a way to handle slow edits without blocking your app. This guide walks through a practical way to use the OpenAI Images Edits API through Ace Data Cloud for server-side image editing pipelines. The goal is not to generate a random picture from scratch, but to take one or more existing images, apply a focused instruction, and get back an edited result your application can store, preview, or send to a user. What you can do The Images Edits API accepts existing images plus a text instruction and returns modified images. In the current documentation, the same editing interface supports dall-e-2 , gpt-image-1 , gpt-image-2 , and the nano-banana model family. For a builder, the useful cases are very concrete: Convert an existing infographic to a dark mode version while keeping its layout intact. Repl...

A Practical Guide to Connecting Claude Code with MCP Tools

Image
When I am deep in a terminal session, the most expensive context switch is not always technical—it is opening another tab, finding a tool, copying output back, and trying to continue where I left off. Claude Code already helps with coding, debugging, and refactoring; adding MCP lets that same terminal workflow call external tools without turning the session into a browser hunt. What you can do The AceData Cloud Claude Code MCP guide shows how to connect managed remote MCP servers to Claude Code over HTTP. The practical result is simple: while working inside a repo, you can ask Claude Code to call tools for tasks such as search, image generation, music generation, video generation, or link shortening, then use the returned results in the same coding or writing flow. The source guide lists remote MCP URLs for services such as Suno , Midjourney , Flux , Seedream , NanoBanana , Luma , Veo , Seedance , Serp , and ShortURL . You do not need to wire every server at once. A more mainta...