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
```