# ollama-mcp-client

> MCP Client

This repository provides a basic MCP client implementation that leverages the Ollama API to retrieve MCP data, replacing the original Claude-specific code and currently supporting only stdio transport for communication.

## Overview

- **Category:** AI
- **Language:** Python
- **Stars:** 64
- **Forks:** 4
- **Owner:** anjor
- **GitHub:** https://github.com/anjor/ollama-mcp-client
- **Created:** 2024-12-13T16:33:30+00:00
- **Updated:** 2025-03-28T20:21:27+00:00
- **Source:** https://model-context-protocol.com/clients/ollama-mcp-client-stdio-data-retrieval

## Setup

## Setup

Install the package in development mode:

```bash
pip install -e .
```

```python
uv run examples/ollama_example.py /path/to/server.py
```

## Tools

## Available Tools

		1. MCP client using Ollama (Uses the Ollama API to get the latest MCP data).
		2. stdio transport (Supports stdio transport for now).

