Metadata-Version: 2.4
Name: aiohttp-mcp-client
Version: 0.0.1
Summary: MCP client built on top of aiohttp
Project-URL: Homepage, https://github.com/kulapard/aiohttp-mcp-client
Project-URL: Repository, https://github.com/kulapard/aiohttp-mcp-client.git
Project-URL: Documentation, https://github.com/kulapard/aiohttp-mcp-client#readme
Author-email: Taras Drapalyuk <taras@drapalyuk.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ai,aiohttp,async,client,llm,mcp,model-context-protocol
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: aiohttp<4.0.0,>=3.9.0
Requires-Dist: pydantic<3.0.0,>=2.0.0
Description-Content-Type: text/markdown

# aiohttp-mcp-client

[![CI](https://github.com/kulapard/aiohttp-mcp-client/actions/workflows/ci.yml/badge.svg)](https://github.com/kulapard/aiohttp-mcp-client/actions/workflows/ci.yml)
[![PyPI](https://img.shields.io/pypi/v/aiohttp-mcp-client.svg)](https://pypi.org/project/aiohttp-mcp-client/)
[![Python](https://img.shields.io/pypi/pyversions/aiohttp-mcp-client.svg)](https://pypi.org/project/aiohttp-mcp-client/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

MCP client built on top of [aiohttp](https://github.com/aio-libs/aiohttp).

> **Note:** This package is under active development.

## Installation

```bash
pip install aiohttp-mcp-client
```

Or with [uv](https://docs.astral.sh/uv/):

```bash
uv add aiohttp-mcp-client
```

## Requirements

- Python 3.11+
- aiohttp >= 3.9.0
- pydantic >= 2.0.0

## License

[MIT](LICENSE)
