Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”— Aggregators
  3. MCP Server Ollama Bridge
MCP Server Ollama Bridge logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:05:24 PM

MCP Server Ollama Bridge

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
ollamalocal-aillmdeveloper-tools

Connects MCP clients to a local Ollama instance, with streaming support for its available models.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "jaspertvdm-mcp-server-ollama-bridge": {
      "command": "uvx",
      "args": [
        "mcp-server-ollama-bridge"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”— More in Aggregators

Overview

The jaspertvdm/mcp-server-ollama-bridge MCP server connects MCP clients to a local Ollama server. It uses the Ollama endpoint configured through OLLAMA_HOST and supports Ollama models, including Llama, Mistral, and Qwen. Responses can be streamed through the MCP connection. Reach for it when an MCP-compatible client needs access to locally hosted Ollama models.

Use cases

โ€ขRun local Llama, Mistral, or Qwen models from an MCP client
โ€ขConnect Claude Desktop to an Ollama instance
โ€ขStream responses from locally hosted Ollama models
โ€ขRoute MCP requests to an Ollama server in Docker or on the host

Key features

โ€ขLocal Ollama server bridge
โ€ขSupport for Ollama models
โ€ขStreaming responses
โ€ขConfigurable Ollama endpoint
โ€ขDocker deployment option

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Ollama Bridge.

Extracted Tool Capabilities
Local Ollama server bridge
Support for Ollama models
Streaming responses
Configurable Ollama endpoint
Docker deployment option

How MCP Server Ollama Bridge works

What jaspertvdm/mcp-server-ollama-bridge MCP server does

The jaspertvdm/mcp-server-ollama-bridge MCP server exposes a local Ollama installation to MCP clients. It is intended for running models hosted by Ollama through an MCP-compatible application rather than connecting directly to a remote model provider.

The bridge supports Ollama models generally, including the Llama, Mistral, and Qwen model families mentioned in the project description. The README also lists streaming responses as a supported feature, so clients can receive generated output incrementally when the Ollama server provides it.

How it works

The MCP server acts as the connection layer between an MCP client and the Ollama HTTP service. By default, it looks for Ollama at http://localhost:11434. The target can be changed with the OLLAMA_HOST environment variable, which accepts the URL of the Ollama server.

For a local setup, the bridge process runs alongside the MCP client while Ollama runs on the host machine. The README shows Claude Desktop launching the mcp-server-ollama-bridge executable and passing OLLAMA_HOST in the process environment. Docker is also supported through the repository's Docker image, with the container configured to reach a host Ollama instance.

Setup and configuration

Install the package from PyPI with:

Terminal
pip install mcp-server-ollama-bridge

After installation, configure the MCP client to start mcp-server-ollama-bridge. Set OLLAMA_HOST to the Ollama URL, or omit it to use the default http://localhost:11434.

A Docker-based setup can build the repository image and run it interactively. The documented Docker example sets OLLAMA_HOST to http://host.docker.internal:11434, which is intended to let the container connect to Ollama on the host system.

Tools and capabilities

The jaspertvdm/mcp-server-ollama-bridge MCP server provides these documented capabilities:

  • Connect MCP clients to a local Ollama LLM server.
  • Use Ollama models through MCP.
  • Support all Ollama models, subject to what the connected Ollama installation makes available.
  • Stream model responses.
  • Select the Ollama endpoint through OLLAMA_HOST.

The provided material does not list individual MCP tool names, parameters, or model-management operations. It should therefore be evaluated as an Ollama access bridge rather than assumed to provide administrative controls for downloading, deleting, or inspecting models.

Limitations and notes

The bridge depends on a separately running Ollama server. Installing the MCP package alone does not provide a model runtime or model files. The default endpoint assumes Ollama is available locally, while Docker deployments need network configuration that allows the container to reach the host service.

No API key or other credential is documented for this local connection. The README identifies Claude Desktop as a client configuration example; compatibility with other MCP clients is not specified in the provided material. The project is released under the MIT license.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    โ˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    ๐Ÿ”— Aggregators15 views
    Compare vs AllMCPs Server โ†’
  • MCP Server Gemini Bridge logoMCP Server Gemini Bridge

    Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.

    ๐Ÿ”— Aggregators4 views
    Compare vs MCP Server Gemini Bridge โ†’
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    ๐Ÿ”— Aggregators3 views
    Compare vs Openapi MCP Server โ†’
  • S
    SandBase CLI

    Open-source CLI and MCP server for discovering and calling 2,000+ AI models and APIs through one consistent developer interface.

    ๐Ÿ”— Aggregators9 views
    Compare vs SandBase CLI โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server Ollama Bridge

Install it from PyPI with `pip install mcp-server-ollama-bridge`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server Ollama Bridge AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jaspertvdm-mcp-server-ollama-bridge?style=directory)](https://allmcps.com/mcp/jaspertvdm-mcp-server-ollama-bridge)
HTML Embed
<a href="https://allmcps.com/mcp/jaspertvdm-mcp-server-ollama-bridge"><img src="https://allmcps.com/api/badge/jaspertvdm-mcp-server-ollama-bridge?style=directory" alt="MCP Server Ollama Bridge on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”—Aggregators
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 10, 2026
39Quality signal: Fair ยท 39/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท mcp-server-ollama-bridge (PyPI)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”— Aggregators โ†’Alternatives to MCP Server Ollama Bridge โ†’Install in Claude DesktopInstall in CursorInstall in VS Code