
Python Starter
STDIOMinimal Python Model Context Protocol server with tools and markdown resource handling.
Minimal Python Model Context Protocol server with tools and markdown resource handling.
A minimal Model Context Protocol (MCP) server implemented in Python, matching the features and structure of the TypeScript starter.
MCP_GREETING
environment variable.resources/example.md
..vscode/mcp.json
for easy server launch with input prompts..devcontainer
if needed)Install dependencies
pip install .
Run the server
python server.py stdio
Use with MCP client or VS Code
Use the provided .vscode/mcp.json
to launch the server with custom inputs.
server.py
— Main MCP server implementationresources/example.md
— Example markdown resource.vscode/mcp.json
— VS Code MCP server config.gitignore
— Standard Python ignoresMIT