mcp-server-python
If you are the rightful owner of mcp-server-python and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Python-based MCP (Message Control Protocol) server implementation for handling structured message exchanges.
MCP Server Python
A Python-based MCP (Message Control Protocol) server implementation for handling structured message exchanges. Used MCP Python SDK https://github.com/modelcontextprotocol/python-sdk
Setup
- Install dependencies using UV:
uv pip install -r requirements.txt
- Run the server:
python main.py
Features
- FastMCP server implementation
- Support for custom message handlers
- Built-in greeting endpoint
- Note-taking functionality
Usage
You can install the server by running:
uv run mcp install main.py