PC

Python CLI MCP

Created 4 months ago

An extensible MCP server compatible with any Python command line application.

development documentation public

What is Python CLI MCP?

Interact with local Python command line applications.

Documentation

Installation

pip install pycli-mcp

Documentation

The documentation is made with Material for MkDocs and is hosted by GitHub Pages.

Server Config

{
  "mcpServers": {
    "python-cli-mcp-server": {
      "command": "npx",
      "args": [
        "python-cli-mcp"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 07, 2025
Updated At: Aug 07, 2025
Author: Ofek
Category: community
License: MIT
Tags:
development documentation public