4,500+ servers built on MCP Fusion
Vinkius
Immich (Google Photos Alternative) logo
Vinkius
CrewAI logo

How to Use the Immich (Google Photos Alternative) MCP in CrewAI

Deploy specialized agent crews to organize and audit your self-hosted media library with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Immich (Google Photos Alternative) MCP on Cursor AI Code Editor MCP Client Immich (Google Photos Alternative) MCP on Claude Desktop App MCP Integration Immich (Google Photos Alternative) MCP on OpenAI Agents SDK MCP Compatible Immich (Google Photos Alternative) MCP on Visual Studio Code MCP Extension Client Immich (Google Photos Alternative) MCP on GitHub Copilot AI Agent MCP Integration Immich (Google Photos Alternative) MCP on Google Gemini AI MCP Integration Immich (Google Photos Alternative) MCP on Lovable AI Development MCP Client Immich (Google Photos Alternative) MCP on Mistral AI Agents MCP Compatible Immich (Google Photos Alternative) MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Immich (Google Photos Alternative) MCP to CrewAI

Create your Vinkius account to connect Immich (Google Photos Alternative) to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Coordinate multi-agent photo curation in CrewAI

This MCP Server allows multiple specialized agents to work together to tidy up your library. One agent can act as the Curator, scanning your library with `list_assets` and `list_albums`, while a second agent acts as the Organizer to group them. The Organizer agent uses `create_album` and `update_asset` to place photos into logical folders based on dates or themes. Because CrewAI agents share memory, they coordinate their actions to prevent editing the same asset simultaneously.

Run autonomous tagging crews on your server

Cleaning up messy facial recognition tags using `list_persons` is the perfect job for an autonomous crew. Your Tagging Agent can query recognized faces using `list_persons` and `list_tags` to identify duplicates or unnamed profiles. Once identified, a separate Moderator Agent can invoke `update_person` or `create_tag` to clean up the records. This two-step process ensures that automated metadata changes are cross-checked before being written to your database.

Deploy an autonomous MCP Server administrator

Monitoring your self-hosted hardware is simple when an agent team has access to administrative tools like `get_server_info`. A Monitor Agent can periodically call the server to check version status and verify that the system is online. If anomalies are found, an Escalation Agent can fetch active accounts using `list_users` and flag inactive profiles using `get_user`. This keeps your user roster clean without requiring you to log into the admin dashboard manually.

Setup guide

Set up Immich (Google Photos Alternative) MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Immich (Google Photos Alternative) tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Immich (Google Photos Alternative) Analyst",
    goal="Access and analyze Immich (Google Photos Alternative) data via MCP.",
    backstory="Expert analyst with direct Immich (Google Photos Alternative) access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Immich (Google Photos Alternative) transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Immich (Google Photos Alternative) MCP in CrewAI

You can pass your Vinkius server URL directly into the `mcps` array of your Agent configuration. CrewAI automatically fetches the MCP tool definitions like `list_assets` and makes them available to the agent.
Yes, you can set up a sequential crew where a File Watcher agent detects new media and passes the path to an Ingestion Agent, which runs `upload_asset` to save the file.
You can restrict tool access by using `MCPServerHTTP` with a `tool_filter` to only expose safe tools like `list_albums` and `get_asset`, completely hiding destructive tools like `delete_asset`.
CrewAI supports standard MCP transports, including stdio, SSE, and Streamable HTTP, allowing you to connect to your managed Vinkius endpoint directly.
Your actual photo files, video files, and user credentials stay on your self-hosted hardware. The CrewAI agents only process the JSON metadata returned by tools like `get_asset` inside an ephemeral, zero-trust sandbox environment.

Start using the Immich (Google Photos Alternative) MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 26 tools

We've already built the connector for Immich (Google Photos Alternative). Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 26 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.