Ollama MCP Chat
@godstale
About Ollama MCP Chat
Ollama MCP Chat is a desktop chatbot application that integrates Ollama's local LLM models with MCP (Model Context Protocol) servers
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ollama-mcp-chat": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Ollama MCP Chat?
Ollama MCP Chat is a desktop chatbot application that integrates Ollama’s local LLM models with MCP (Model Context Protocol) servers. It provides a Python / PySide6-based GUI, supports various tool calls, and allows users to freely extend capabilities via MCP servers.
How to use Ollama MCP Chat?
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.
Key features of Ollama MCP Chat
- 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
Use cases of Ollama MCP Chat
- Local AI assistant that can invoke external tools (e.g., weather, file operations)
- Prototype and test MCP server integrations with an Ollama backend
- Experiment with different LLM models and tool configurations
- Learn how to build an AI desktop application with a Python GUI
FAQ from Ollama MCP Chat
What are the system requirements?
Python 3.12 or higher, Ollama installed (for local LLM execution), and uv (recommended for package management). MCP servers can be implemented in any language.
How do I add or modify MCP servers?
Add server information to the mcp_config.json file (e.g., command, arguments, transport). The GUI also supports adding, editing, and removing MCP servers directly.
Can I chat without configuring any MCP server?
Yes, basic LLM chat works even without an MCP server configuration.
Where is my chat history stored?
All conversations are automatically saved to chat_history.json. You can load previous chats or start a new chat from the GUI.
How do I exit the application?
Type quit, exit, or bye in the program to exit.
Frequently asked questions
What are the system requirements?
Python 3.12 or higher, Ollama installed (for local LLM execution), and `uv` (recommended for package management). MCP servers can be implemented in any language.
How do I add or modify MCP servers?
Add server information to the `mcp_config.json` file (e.g., command, arguments, transport). The GUI also supports adding, editing, and removing MCP servers directly.
Can I chat without configuring any MCP server?
Yes, basic LLM chat works even without an MCP server configuration.
Where is my chat history stored?
All conversations are automatically saved to `chat_history.json`. You can load previous chats or start a new chat from the GUI.
How do I exit the application?
Type `quit`, `exit`, or `bye` in the program to exit.
Basic information
More AI & Agents MCP servers
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Comments