Connect your account, then chat with AI to run tools.
Delegate coding, embeddings, and private inference to Ollama models on your own hardware from any MCP agent.
Try this workflow
Check Ollama is ready
Check whether Ollama is running on my machine and list which models are downloaded and currently loaded.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsBuilt for
Local AI, Privacy-Conscious Developers, Offline RAG
Check Ollama is ready
Uses status and model inventory before inference.
Check whether Ollama is running on my machine and list which models are downloaded and currently loaded.
Embed notes locally
Private embeddings without cloud inference.
Use my local embedding model to vectorize these three paragraphs for a similarity search — keep everything on my machine.
Pull a coding model
Model lifecycle from chat.
Download qwen2.5-coder:7b into my local Ollama install and confirm when the pull finishes.
Does this run models in MCPBundles cloud?
No. Inference runs on your computer through the Ollama app. MCPBundles Desktop forwards API calls to localhost.
Do I need a GPU?
Ollama runs on CPU or GPU depending on your hardware. GPU accelerates larger models; small models can run on CPU-only machines.
Domain knowledge for Ollama — workflow patterns, data models, and gotchas for your AI agent.
Ollama serves open-weight language models on the user's machine. This bundle reaches the HTTP API on localhost through MCPBundles Desktop — not a hosted inference cloud.
Use local Ollama when the user wants private, on-device work the host model should delegate:
Do not call local chat for every turn when the host model can answer directly. Prefer embeddings and specialist delegation over nested full conversations.
For hosted ollama.com inference, web search, or web fetch, use Ollama Cloud instead of this bundle.
Call any Ollama HTTP route on the user's local instance. Escape hatch for routes not covered by dedicated tools. Prefer dedicated status, chat, embed,...
Run one chat completion on a local Ollama model. Returns a single assistant message and token timing stats. Use for specialist local tasks (coding, su...
Copy an existing local Ollama model to a new name. Creates a duplicate tag pointing at the same weights — useful before editing a custom variant or ke...
Create a custom local Ollama model from an existing tag or imported blobs. Common pattern: set from_model to a base checkpoint and system to specializ...
Delete a model and its weights from the user's local Ollama install to free disk space. Permanent — the model must be pulled again to restore.
Generate vector embeddings for text using a local Ollama embedding model. Accepts one string or an array of strings. Use for private RAG indexing with...
Generate a single completion from a prompt on a local Ollama model. Prefer chat when you need multi-turn message history; use generate for one-shot pr...
Check whether Ollama is reachable on the user's machine. Returns Ollama version from /api/version and currently loaded models from /api/ps. Use this f...
List all models downloaded in the user's local Ollama library. Returns model names, sizes, and modification times. Use before chat or embed calls to p...
Download a model into the user's local Ollama library. Large weights can take many minutes; returns final pull status and progress event count. Resume...
Show detailed metadata for one local Ollama model — parameters, template, Modelfile details, and license text when present.
No. Inference runs on your computer through the Ollama app. MCPBundles Desktop forwards API calls to localhost.
Ollama runs on CPU or GPU depending on your hardware. GPU accelerates larger models; small models can run on CPU-only machines.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/ollama. Authentication is handled automatically.
Ollama provides 11 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Ollama uses API Key. Ollama requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Ollama to any MCP client in minutes
https://mcp.mcpbundles.com/bundle/ollamaThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Ollama and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More machine learning integrations you might like
Google Veo is Google's advanced AI video generation platform that creates high-quality videos from t...
Originality.AI is a content detection platform that identifies AI-generated text and checks for plag...
Run ComfyUI image and video generation workflows on the user's local machine. Queue API-format workf...
ElevenLabs is an AI voice generation platform that creates realistic speech from text using advanced...
FAL AI is a machine learning platform specializing in image and video generation through AI models. ...
MCP for local ComfyUI: offline node catalog, draft validation, and GPU workflow execution through MC...