{"type":"mcp_client","name":"mcp-ollama","description":"This repository provides an MCP server that integrates Ollama with Claude Desktop, enabling users to list models, get model information, and ask questions to specified models using the Model Context Protocol.","category":"AI","language":"Python","stars":33,"forks":3,"owner":"emgeee","github_url":"https://github.com/emgeee/mcp-ollama","homepage":null,"setup":"## Setup\n\n1.  Python 3.10 or higher is required.\n2.  Ollama needs to be installed and running (https://ollama.com/download).\n3.  At least one model must be pulled with Ollama (e.g., `ollama pull llama2`).\n4.  Configure Claude Desktop by adding the provided JSON configuration to `~/Library/Application Support/Claude/claude_desktop_config.json` on macOS or `%APPDATA%\\Claude\\claude_desktop_config.json` on Windows.\n5.  For development, clone the repository, navigate to the directory, and run `uv sync`.\n6.  Test with MCP Inspector using `mcp dev src/mcp_ollama/server.py`.","tools":"## Available Tools\n\n\t\t1. `list_models` - List all downloaded Ollama models\n\t\t2. `show_model` - Get detailed information about a specific model\n\t\t3. `ask_model` - Ask a question to a specified model","faq":null,"created_at":"2025-02-04T22:37:21+00:00","updated_at":"2025-03-17T18:34:01+00:00","source_url":"https://model-context-protocol.com/clients/mcp-ollama-claude-desktop-model-integration","related_articles":[]}