MCP.so
Sign In

Python_mcp_server

@angelo0217

About Python_mcp_server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

angelo0217

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "python_mcp_server": {
      "command": "uv",
      "args": [
        "run",
        "python",
        "get-pip.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Python_mcp_server?

How to use Python_mcp_server?

The README describes installation using uv: download get-pip.py, run uv run python get-pip.py to install pip, then pip install mcp[cli], then uv run mcp install store_count_mcp.py. Testing can be done with npx @modelcontextprotocol/inspector. Project initialization uses uv pip install -e ..

Key features of Python_mcp_server

Use cases of Python_mcp_server

FAQ from Python_mcp_server

Comments

More Other MCP servers