MCP Ollama
A Model Context Protocol (MCP) server for integrating Ollama with Claude Desktop or other MCP clients.
Requirements
- Python 3.10 or higher
- Ollama installed and running (https://ollama.com/download)
- At least one model pulled with Ollama (e.g.,
ollama pull llama2)
Configure Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%Claudeclaude_desktop_config.json on Windows):
{
"mcpServers": {
"ollama": {
"command": "uvx",
"args": [
"mcp-ollama"
]
}
}
}
Development
Install in development mode:
git clone https://github.com/yourusername/mcp-ollama.git
cd mcp-ollama
uv sync
Test with MCP Inspector:
mcp dev src/mcp_ollama/server.py
Features
The server provides four main tools:
list_models- List all downloaded Ollama modelsshow_model- Get detailed information about a specific modelask_model- Ask a question to a specified model
License
MIT
Ollama Integration Server
Project Details
- emgeee/mcp-ollama
- MIT License
- Last Updated: 4/16/2025
Recomended MCP Servers
react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts
MCP server to download entire websites
The official TypeScript library for the Dodo Payments API
An MCP (Model Context Protocol) server that provides tools for checking Maven dependency versions.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing...
Allows Honeycomb Enterprise customers to use AI to query and analyze their data, alerts, dashboards, and more; and...
MCP server for HTML file preview and analysis - Has been weird with OS but good on Cline...
Model Context Protocol server for AI assistants to create meeting bots, search transcripts, and manage meeting recordings.





