← nanoodle.com

INDIVIDUAL MCP TOOL

edit-a-photo

Repaints an uploaded photo according to an edit described in plain words.

nanoodle.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.nanoodle.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for edit-a-photo and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

nanoodle.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nanoodle-mcp]
url = "https://mcp.nanoodle.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nanoodle-mcp": {
      "type": "http",
      "url": "https://mcp.nanoodle.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nanoodle-mcp
Remote MCP URL: https://mcp.nanoodle.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nanoodle-mcp": {
      "url": "https://mcp.nanoodle.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nanoodle-mcp": {
      "type": "http",
      "url": "https://mcp.nanoodle.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nanoodle-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.nanoodle.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • combine-images — Combine two images into a scene.
  • deslop — Paste AI-sounding text.
  • favicon — Describe your idea, get a favicon — an LLM distills the brand to one bold glyph, an image model renders it, and it comes back as a crisp square (~$0.
  • image-model-arena — Pick a DIFFERENT model on each Contender, then Run — same prompt four ways, side by side.
  • photo-to-video — Generates a still image from a prompt, then animates it into a short video clip.
  • render-a-mockup — Describe a screen, keep the style guide: an LLM turns both into one dense image prompt and an image model renders the mockup.
  • sing — One idea fans out to three LLMs — lyrics, a matching style, and a negative prompt of what to avoid — then a music model sings it.
  • talking-avatar — TTS speaks your line, and the lipsync model animates the portrait to match.