4,500+ servers built on MCP Fusion
Vinkius
LocalAI logo
Vinkius
CrewAI logo

How to Use the LocalAI MCP in CrewAI

Deploy autonomous agent crews with LocalAI. Build specialized teams using your own hardware.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect LocalAI MCP to CrewAI

Create your Vinkius account to connect LocalAI 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

Specialized agent collaboration

Assign `detect_objects` to one agent and `chat_completions` to another. Your CrewAI team shares the workload while keeping processing on-device. Agents work in sequence or parallel. You define the roles, and they manage the execution.

Automated face analysis

Register and identify faces with `face_register` and `face_identify`. Your agents handle security monitoring without external oversight. This setup is ideal for private environments. You maintain a local store of records that agents access as needed.

Local audio and text processing

Transcribe meetings or generate reports using `transcribe_audio` and `chat_completions`. Your agents synthesize information from local files. Everything stays private. You don't rely on outside servers to process your sensitive records.

Setup guide

Set up LocalAI 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 LocalAI tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent LocalAI 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 LocalAI MCP in CrewAI

Pass the LocalAI endpoint to your agent's MCP configuration. The crew will automatically gain access to all tools provided by the server.
They can. By using the shared memory features in CrewAI alongside the MCP Server, your agents can reference previous tool outputs to make better decisions.
It depends on your GPU. If you have enough compute, the agents will execute tasks as fast as the model can generate tokens.
Your data resides entirely on your local infrastructure. The MCP Server acts as a secure bridge, ensuring no information is transmitted to any external party.
Yes. You can use a tool filter to restrict which agents have access to specific LocalAI capabilities, keeping your workflow architecture tight.

Start using the LocalAI MCP today

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

Built & Managed by Vinkius 30s setup 19 tools

We've already built the connector for LocalAI. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 19 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.