Metadata-Version: 2.4
Name: click-mcp-server
Version: 0.0.2
Summary: MCP server for any Click command line tool
Project-URL: Homepage, https://ofek.dev/click-mcp-server/
Project-URL: Sponsor, https://github.com/sponsors/ofek
Project-URL: Changelog, https://ofek.dev/click-mcp-server/changelog/
Project-URL: Tracker, https://github.com/ofek/click-mcp-server/issues
Project-URL: Source, https://github.com/ofek/click-mcp-server
Author-email: Ofek Lev <oss@ofek.dev>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: ai,cli,click,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: mcp
Description-Content-Type: text/markdown

# Click MCP Server

| | |
| --- | --- |
| CI/CD | [![CI - Test](https://github.com/ofek/click-mcp-server/actions/workflows/test.yml/badge.svg)](https://github.com/ofek/click-mcp-server/actions/workflows/test.yml) [![CD - Build](https://github.com/ofek/click-mcp-server/actions/workflows/build.yml/badge.svg)](https://github.com/ofek/click-mcp-server/actions/workflows/build.yml) |
| Docs | [![Docs](https://github.com/ofek/click-mcp-server/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/click-mcp-server/actions/workflows/docs.yml) |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/click-mcp-server.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/click-mcp-server/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/click-mcp-server.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/click-mcp-server/) |
| Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/ofek/click-mcp-server) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/ofek) |

-----

This provides an extensible [MCP](https://modelcontextprotocol.io) server that is compatible with any command line application that is based on [Click](https://github.com/pallets/click).

## Installation

```console
pip install click-mcp-server
```

## Documentation

The [documentation](https://ofek.dev/click-mcp-server/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitHub Pages](https://docs.github.com/en/pages).

## License

`click-mcp-server` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
