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
Collection of apple-native tools for the model context protocol.
MCP server implementation for using Claude API with Claude Desktop, providing advanced API integration and conversation management.
This is a personal project to determine whether or not Claude 3.5 Sonnet can write moderately complex MCP...
A Model Context Protocol for reading todos and writing todos and projects in the macOS app Things3 using...
A Model Context Protocol (MCP) implementation for Splunk Enterprise and Cloud integration with Cursor IDE or Claude
MCP server for executing CMD commands. Can be hooked to claude for additional agentics.
MCP Server enabling LLM Agents to interact with Gel databases
MCP server for interacting with the Aseprite API
MCP Server to interact with Google Gsuite prodcuts
Linear MCP Server
MCP server for Shopify api, usable on mcp clients such as Anthropic's Claude and Cursor IDE





