This repository — mcp-servers — is a collection of custom MCP (Model Context Protocol) servers developed by Mansoor Khan.
Each branch in this repository contains an independent MCP server designed for a specific use case, including weather data retrieval, utilities, and AI integrations.
The goal of this repository is to build a suite of modular, open, and reusable MCP servers that can be integrated with AI applications, agentic workflows, or local development setups.
Each branch represents a standalone MCP server implementation.
You can explore them individually to learn, reuse, or extend their functionality.
| Branch | Description | Link |
|---|---|---|
india-weather-mcp |
Provides current weather and multi-day forecasts for Indian cities and states using the OpenWeather API. | 🔗 View Branch » |
us-weather-mcp |
Offers weather information for U.S. cities and states, including temperature, humidity, and conditions. | 🔗 View Branch » |
More MCP servers will be added over time for different regions and APIs.
MCP (Model Context Protocol) is an emerging standard that allows large language models (LLMs) to communicate seamlessly with external tools, APIs, or local environments.
Each MCP server in this repo:
- Implements a standardized schema for request/response handling.
- Supports async operations for speed and reliability.
- Can be plugged into agentic AI frameworks or custom chatbot environments.
Each branch includes:
- A
README.mdexplaining the purpose and usage. requirements.txtorpyproject.tomlfor dependencies.- Example tool definitions (
@mcp.tool()or similar decorators).
To clone and use a specific MCP server:
git clone https://github.com/rebase-master/mcp-servers.git
cd mcp-servers
git checkout <branch-name>Run or integrate with your MCP-compatible environment.
Mansoor Khan 🔗 GitHub: rebase-master
Building open, modular AI and automation tools — one server at a time.
- 🌐 European and global weather MCP servers
- 🗓️ Calendar and scheduling integration
- 💬 Conversational AI utilities
- 📊 Data retrieval & processing MCP servers
Stay tuned for updates as new branches are added!
This project is licensed under the MIT License — feel free to use, modify, and contribute.