Ollama MCP Chat
About
Ollama MCP Chat is a desktop chatbot application that integrates Ollama's local LLM models with MCP (Model Context Protocol) servers
Details
- Author
- godstale
- GitHub stars
- 2
- Downloads
- 193
- Categories
- AI
Jump to
- Run Ollama LLM models locally for free
- Integrate and call various tools via MCP servers
- Manage and save chat history
- Real-time streaming responses and tool call results
- Intuitive desktop GUI (PySide6-based)
- GUI support for adding, editing, and removing MCP servers
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Ollama MCP ChatCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install uv, run uv sync, install Ollama and pull a model (e.g., ollama pull qwen3:14b). Optionally configure MCP servers in mcp_config.json. Launch the GUI with uv run main.py. Type quit, exit, or bye to exit.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ollama mcp chat": {
"ollama-mcp-chat": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"ollama-mcp-chat": {
"command": "uv",
"args": [
"sync"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

