ollama-python

GitHub

Ollama Python library

9,949 stars Python #ollama#python
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ollama-python": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ollama-python"
      ]
    }
  }
}