Content
# MCP client using Ollama
This is a simple [MCP](https://modelcontextprotocol.io) client that uses the Ollama API to get the latest MCP data.
It follows the [MCP Client](https://modelcontextprotocol.io/tutorials/building-a-client) docs, but swaps out the
Claude specific code for Ollama.
## Usage
Install the package in development mode:
```shell
git clone https://github.com/8LWXpg/ollama-mcp-client
cd ollama-mcp-client
uv venv
uv pip install -e .
```
```shell
uv run examples/ollama_example.py examples/server.json
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
git
A Model Context Protocol server for Git automation and interaction.