mcp-server-python-stdio

samr037/mcp-server-python-stdio

3.2

If you are the rightful owner of mcp-server-python-stdio and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This is a Python-based Model Context Protocol (MCP) server that facilitates communication via standard input/output.

Python MCP Server

Overview

A stdio-based implementation of the Model Context Protocol (MCP) server written in Python.

Prerequisites

Install uv package manager:

pip install uv

Installation

uv pip install -r requirements.txt

Usage

uv run mcp dev main.py

Features

  • Standard input/output communication
  • Protocol compliance
  • Easy integration
  • Python-based implementation

Configuration

Configure via environment variables or config file.

API Reference

  • Request/Response handling via stdin/stdout
  • Message format: JSON

Development

uv run mcp dev main.py

Contributing

Follow project guidelines and submit pull requests.

License

MIT MCP Server STDIO