MCP-ollama_server

Sethuram2003/MCP-ollama_server
★ 26 stars Python AI/LLM Updated today
Extends Model Context Protocol (MCP) to local LLMs via Ollama, enabling Claude-like tool use (files, web, email, GitHub, AI images) while keeping data private. Modular Python servers for on-prem AI. #LocalAI #MCP #Ollama
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ollama_server": {
      "command": "uvx",
      "args": [
        "mcp-ollama-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-ollama-server