A simple Machine Conversational Protocol server for Warp Terminal that provides a basic greeting tool and personalized greeting resource.
A starting point for anyone who wants to create their own MCP server. It's Warp-specific because I didn't taken the time to make it generic/universal, but it shouldn't take much work to make work for anything.
# Clone the repository git clone https://github.com/NoveltyEngine/python-hello-warp-mcp.git cd python-hello-warp-mcp # Set up virtual environment (if not already created) python -m venv .venv source .venv/bin/activate # On Windows use: .venv\Scripts\activate # Install the package in development mode uv pip install -e ".[dev]" # Alternatively: pip install -e ".[dev]"
To use with Warp Terminal, go to the page to create a new MCP server, and enter this in "Command to run":
/path/to/your/python -m python_hello_warp_mcp
This allows Warp Terminal to communicate with your MCP server via standard input and output.
This simple MCP server provides:
hello
tool that returns a greeting messagegreeting://
resource that provides a personalized greetingMIT
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!