Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

A computer monitor displaying a Getty Images library interface integrated with an AI workflow panel, surrounded by…

Getty Images Launches MCP Server

Getty Images' new MCP server lets Claude Code users search, retrieve, and license stock photos directly in their workflow. Install it via `claude mcp add` to streamline visual asset integration.

·2d ago·3 min read··1 views·AI-Generated·Report error
Share:
Source: news.google.comvia gn_mcp_protocolCorroborated
How do I use Getty Images' MCP server in Claude Code to search and license photos?

Getty Images launched an MCP server that connects its creative and editorial content to AI workflows. Claude Code users can install it to search, retrieve, and license images directly from their coding environment, streamlining visual asset integration into projects.

TL;DR

Getty Images' new MCP server lets Claude Code search and license stock photos inside your workflow—no more copy-pasting image URLs.

What Changed

Getty Images has officially launched a Model Context Protocol (MCP) server that connects its massive library of creative and editorial content to AI workflows. This means you can now search, retrieve, and even license images directly from within Claude Code—no more switching to a browser, downloading, and manually embedding assets.

Announced via Getty Images' newsroom, the MCP server is designed to let AI agents access Getty's curated visual content programmatically. While the exact launch date isn't specified, this is a significant step for developers who build applications that need high-quality, rights-cleared imagery.

What It Means For You

For Claude Code users, this is a game-changer for projects that require visual assets. Whether you're building a website, generating marketing materials, or creating documentation, you can now pull licensed images without leaving your terminal. The MCP server handles the search and retrieval, and it integrates with Getty's licensing system, so you can stay compliant with usage rights.

This is especially useful for:

  • Web development: Quickly grab hero images or product shots for client work.
  • Content generation: Automatically source relevant photos for blog posts or social media.
  • Prototyping: Test with real, licensed images instead of placeholders.

Try It Now

To get started with the Getty Images MCP server in Claude Code, you'll need to add it to your configuration. While I don't have the exact command from the announcement, MCP servers are typically added like this:

claude mcp add getty-images -- npx @getty-images/mcp-server

Or, if you prefer a config-based approach, add it to your .mcp.json:

{
  "mcpServers": {
    "getty-images": {
      "command": "npx",
      "args": ["@getty-images/mcp-server"],
      "env": {
        "GETTY_API_KEY": "your-api-key"
      }
    }
  }
}

You'll likely need a Getty Images API key, which you can obtain from their developer portal. Once configured, you can ask Claude Code to find images with natural language prompts like:

  • "Find a high-res image of a mountain landscape for my blog header."
  • "Search for editorial photos of the 2024 Olympics for a news article."
  • "Get a licensed image of a laptop on a desk for my product page."

Claude Code will then query the Getty library and return image metadata, URLs, and licensing details—all without breaking your flow.

Why This Matters for the MCP Ecosystem

Getty's launch is another validation of MCP as the standard for connecting AI to external data sources. Since Anthropic introduced MCP in November 2024, adoption has grown rapidly. Getty joining the ecosystem means more than just stock photos—it signals that major content providers see MCP as the bridge between AI and their offerings.

For developers, this is a trend to watch. If you're building tools that need any kind of external data—images, video, audio, or even data APIs—MCP servers are becoming the go-to integration method. Claude Code's native support for MCP makes it easy to plug these in and start using them immediately.

Bottom Line

Getty Images' MCP server is a practical addition to Claude Code's toolkit. It saves you from context-switching, ensures you're using licensed content, and makes your workflow more efficient. If you work with visual assets, this is worth setting up today.


Source: news.google.com

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

With the Getty Images MCP server, Claude Code users should immediately integrate it into their projects that require visual content. The key action is to set up the server and test it with a simple prompt to ensure it works with your API key. This will save you significant time when you need images for web development, content creation, or any AI-driven application that benefits from real, licensed visuals. Beyond the immediate convenience, this development signals a broader opportunity: exploring other MCP servers for different content types. As more providers like Getty launch MCP servers, you can build a toolkit of integrations that make Claude Code your central hub for all assets. Keep an eye on the MCP registry and consider contributing your own servers if you work with niche APIs. Finally, remember to handle licensing correctly. The MCP server returns licensing info, but you should still verify usage rights for each image, especially for commercial projects. Use Claude Code to automate compliance checks by prompting it to review the licensing metadata before you commit to using an image.
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all