https://github.com/ofek/pycli-mcp
MCP server for any Click command line tool
https://github.com/ofek/pycli-mcp
ai cli click command-line mcp python
Last synced: 5 months ago
JSON representation
MCP server for any Click command line tool
- Host: GitHub
- URL: https://github.com/ofek/pycli-mcp
- Owner: ofek
- License: mit
- Created: 2025-06-24T16:10:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T02:53:59.000Z (5 months ago)
- Last Synced: 2025-06-28T03:28:56.651Z (5 months ago)
- Topics: ai, cli, click, command-line, mcp, python
- Language: Python
- Homepage: http://ofek.dev/pycli-mcp/
- Size: 694 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-mcp-servers - **Python CLI MCP** - Interact with local Python command line applications. `local` `http` `git` `github` (📦 Other)
README
# PyCLI MCP
| | |
| --- | --- |
| CI/CD | [](https://github.com/ofek/pycli-mcp/actions/workflows/test.yml) [](https://github.com/ofek/pycli-mcp/actions/workflows/build.yml) |
| Docs | [](https://github.com/ofek/pycli-mcp/actions/workflows/docs.yml) |
| Package | [](https://pypi.org/project/pycli-mcp/) [](https://pypi.org/project/pycli-mcp/) |
| Meta | [](https://github.com/ofek/pycli-mcp) [](https://github.com/astral-sh/ruff) [](https://spdx.org/licenses/) [](https://github.com/sponsors/ofek) |
-----
This provides an extensible [MCP](https://modelcontextprotocol.io) server that is compatible with any Python command line application.
Supported frameworks:
- [Click](https://github.com/pallets/click)
## Installation
```console
pip install pycli-mcp
```
## Documentation
The [documentation](https://ofek.dev/pycli-mcp/) 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
`pycli-mcp` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.