Immich (Google Photos Alternative) MCP Server for OpenAI Agents SDKGive OpenAI Agents SDK instant access to 26 tools to Create Album, Create Person, Create Tag, and more
The OpenAI Agents SDK enables production-grade agent workflows in Python. Connect Immich (Google Photos Alternative) through Vinkius and your agents gain typed, auto-discovered tools with built-in guardrails. no manual schema definitions required.
Ask AI about this MCP Server for OpenAI Agents SDK
The Immich (Google Photos Alternative) MCP Server for OpenAI Agents SDK is a standout in the Image Video category — giving your AI agent 26 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerStreamableHttp
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with MCPServerStreamableHttp(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
) as mcp_server:
agent = Agent(
name="Immich (Google Photos Alternative) Assistant",
instructions=(
"You help users interact with Immich (Google Photos Alternative). "
"You have access to 26 tools."
),
mcp_servers=[mcp_server],
)
result = await Runner.run(
agent, "List all available tools from Immich (Google Photos Alternative)"
)
print(result.final_output)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Immich (Google Photos Alternative) MCP Server
Connect your self-hosted Immich instance to any AI agent and take full control of your digital media library through natural conversation. Immich is the leading open-source alternative to Google Photos, and this MCP server allows you to interact with your assets, albums, and server settings seamlessly.
The OpenAI Agents SDK auto-discovers all 26 tools from Immich (Google Photos Alternative) through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries Immich (Google Photos Alternative), another analyzes results, and a third generates reports, all orchestrated through Vinkius.
What you can do
- Asset Management — List, fetch, update, and delete photos or videos. You can even upload new media directly from your local environment.
- Album Organization — Create and manage albums to keep your memories organized without manual clicking.
- User & Person Administration — List and manage users, persons (faces), and tags to maintain a clean and searchable library.
- Server Monitoring — Instantly check your Immich server version and status to ensure everything is running smoothly.
The Immich (Google Photos Alternative) MCP Server exposes 26 tools through the Vinkius. Connect it to OpenAI Agents SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 26 Immich (Google Photos Alternative) tools available for OpenAI Agents SDK
When OpenAI Agents SDK connects to Immich (Google Photos Alternative) through Vinkius, your AI agent gets direct access to every tool listed below — spanning self-hosted, photo-management, media-library, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Create album on Immich (Google Photos Alternative)
Create a new album
Create person on Immich (Google Photos Alternative)
Create a new person record
Create tag on Immich (Google Photos Alternative)
Create a new tag
Create user on Immich (Google Photos Alternative)
Create a new user
Delete album on Immich (Google Photos Alternative)
Delete an album
Delete asset on Immich (Google Photos Alternative)
Delete an Immich asset
Delete person on Immich (Google Photos Alternative)
Delete a person record
Delete tag on Immich (Google Photos Alternative)
Delete a tag
Delete user on Immich (Google Photos Alternative)
Delete a user
Get album on Immich (Google Photos Alternative)
Get details for a specific album
Get asset on Immich (Google Photos Alternative)
Get details for a specific Immich asset
Get person on Immich (Google Photos Alternative)
Get details for a specific person
Get server info on Immich (Google Photos Alternative)
Get Immich server version and status information
Get tag on Immich (Google Photos Alternative)
Get details for a specific tag
Get user on Immich (Google Photos Alternative)
Get details for a specific user
List albums on Immich (Google Photos Alternative)
List all albums in Immich
List assets on Immich (Google Photos Alternative)
List all assets (photos/videos) in Immich
List persons on Immich (Google Photos Alternative)
List all recognized persons in Immich
List tags on Immich (Google Photos Alternative)
List all tags in Immich
List users on Immich (Google Photos Alternative)
List all users in Immich
Update album on Immich (Google Photos Alternative)
Update an existing album
Update asset on Immich (Google Photos Alternative)
g., isFavorite). Update an existing Immich asset
Update person on Immich (Google Photos Alternative)
Update an existing person (e.g., change name)
Update tag on Immich (Google Photos Alternative)
Update an existing tag
Update user on Immich (Google Photos Alternative)
Update an existing user
Upload asset on Immich (Google Photos Alternative)
Upload a new photo or video to Immich
Connect Immich (Google Photos Alternative) to OpenAI Agents SDK via MCP
Follow these steps to wire Immich (Google Photos Alternative) into OpenAI Agents SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install the SDK
pip install openai-agents in your Python environmentReplace the token
[YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.comRun the script
python agent.pyExplore tools
Why Use OpenAI Agents SDK with the Immich (Google Photos Alternative) MCP Server
OpenAI Agents SDK provides unique advantages when paired with Immich (Google Photos Alternative) through the Model Context Protocol.
Native MCP integration via `MCPServerSse`, pass the URL and the SDK auto-discovers all tools with full type safety
Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure
Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate
First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output
Immich (Google Photos Alternative) + OpenAI Agents SDK Use Cases
Practical scenarios where OpenAI Agents SDK combined with the Immich (Google Photos Alternative) MCP Server delivers measurable value.
Automated workflows: build agents that query Immich (Google Photos Alternative), process the data, and trigger follow-up actions autonomously
Multi-agent orchestration: create specialist agents. one queries Immich (Google Photos Alternative), another analyzes results, a third generates reports
Data enrichment pipelines: stream data through Immich (Google Photos Alternative) tools and transform it with OpenAI models in a single async loop
Customer support bots: agents query Immich (Google Photos Alternative) to resolve tickets, look up records, and update statuses without human intervention
Example Prompts for Immich (Google Photos Alternative) in OpenAI Agents SDK
Ready-to-use prompts you can give your OpenAI Agents SDK agent to start working with Immich (Google Photos Alternative) immediately.
"List all my photos in Immich."
"Create a new album called 'Summer Vacation 2024'."
"Get the details for asset 550e8400-e29b-41d4-a716-446655440000."
Troubleshooting Immich (Google Photos Alternative) MCP Server with OpenAI Agents SDK
Common issues when connecting Immich (Google Photos Alternative) to OpenAI Agents SDK through Vinkius, and how to resolve them.
MCPServerStreamableHttp not found
pip install --upgrade openai-agentsAgent not calling tools
Immich (Google Photos Alternative) + OpenAI Agents SDK FAQ
Common questions about integrating Immich (Google Photos Alternative) MCP Server with OpenAI Agents SDK.
How does the OpenAI Agents SDK connect to MCP?
MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.Can I use multiple MCP servers in one agent?
MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.Does the SDK support streaming responses?
Explore More MCP Servers
View all →
Readwise
16 toolsConnect your AI agents to Readwise to manage books, highlights, tags, and spaced repetition reviews directly through natural language.

Invoice Ninja
11 toolsManage clients, invoices, and products directly through AI.

X Ads (Twitter)
8 toolsManage your X Ads campaigns — audit accounts, line items, and analytics via AI.

Siteminder
18 toolsManage hotel inventory, search properties, and handle reservations via Siteminder's Channels Plus and Direct Booking APIs.
