mcp-server

NjugunaKelvin/mcp-server

3.2

If you are the rightful owner of mcp-server 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.

A CLI mcp server built on python SDK

A starter mcp server

The server handles demo prompts and tools for sourcin weather data.

Function name == tool name
Function description == tool description

Technologies used

  • Python 3.13
  • uv package
  • mcp-cli (All wrapped in an virtual environment)

Cloning and accessing this project

  • Fork the repo
  • Clone the repo in your local machine.
  • cd to the directory
  • pip install -r requirements.txt
  • Run server with "mcp dev server.py"

Server file ./server.py