Query model running with Ollama from within Claude Desktop or other MCP clients
A Model Context Protocol (MCP) server for integrating Ollama with Claude Desktop or other MCP clients.
ollama pull llama2
)Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json
on macOS, %APPDATA%\Claude\claude_desktop_config.json
on Windows):
{
"mcpServers": {
"ollama": {
"command": "uvx",
"args": [
"mcp-ollama"
]
}
}
}
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
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 modelMIT
Mcp Server Datadog
Mcp Ollama
Query model running with Ollama from within Claude Desktop or other MCP clients
Mcp Canvas Lms
Version 2.0 - 37 tools available - an MCP server for interacting with the Canvas LMS API. This server allows you to manage courses, assignments, enrollments, and grades within Canvas.
DuckDuckGo search implementation for Model Context Protocol (MCP)
Linkup is world's best search for AI applications
DButils is an all-in-one MCP service that enables your AI to do data analysis by harnessing versatile types of database (sqlite, mysql, postgres, and more) within a unified configuration of multiple connections in a secured way (like SSL and controlled write access).