trackmcp
Back to directory
vikas434

learning-mcp

View on GitHub

All about MCP (Model Context Protocol)

0 stars PythonOthers Updated Aug 30, 2025

Documentation

Learning MCP - Model Context Protocol Examples

This repository contains multiple MCP (Model Context Protocol) server implementations for learning and experimentation.

๐Ÿ“ Project Structure

code
learning-mcp-1/
โ”œโ”€โ”€ weather-mcp/          # Weather MCP Server implementation
โ”‚   โ”œโ”€โ”€ weather_mcp.py    # MCP stdio server
โ”‚   โ”œโ”€โ”€ weather_http.py   # HTTP REST API server
โ”‚   โ”œโ”€โ”€ weather_sse.py    # Server-Sent Events server
โ”‚   โ””โ”€โ”€ README.md         # Weather-specific documentation
โ”œโ”€โ”€ bits-course-mcp/      # BITS Course MCP Server (coming soon)
โ””โ”€โ”€ README.md             # This file

๐Ÿš€ Projects

1. Weather MCP Server

A comprehensive weather data server using the US National Weather Service API.

Features:

  • Real-time weather forecasts
  • Weather alerts by state
  • Multiple transport implementations (stdio, HTTP, SSE)

Location: `./weather-mcp/`

Documentation: Weather MCP README

2. BITS Course MCP Server

A comprehensive course guide for BITS Pilani 2nd year students with detailed information about subjects, study tips, and grading patterns.

Features:

  • Course details for 10 core 2nd year subjects
  • Study tips and recommendations from student experiences
  • Grading insights and scoring strategies
  • Topic-based search across all courses

Location: `./bits-course-mcp/`

Documentation: BITS Course MCP README

๐Ÿ› ๏ธ Getting Started

Each project has its own dependencies and setup instructions. Navigate to the specific project folder and follow the README instructions.

Prerequisites

  • Python 3.13+
  • uv package manager

Quick Start

bash
# Clone the repository
git clone 
cd learning-mcp-1

# Navigate to a specific project
cd weather-mcp
# Follow the project-specific README

๐Ÿ“š About MCP

The Model Context Protocol (MCP) is an open protocol that enables AI assistants to securely connect to external data sources and tools. These examples demonstrate different ways to implement MCP servers.

๐Ÿค Contributing

1. Fork the repository

2. Create a feature branch

3. Make your changes

4. Add tests if applicable

5. Submit a pull request


Tech Stack: Python โ€ข FastMCP โ€ข FastAPI โ€ข Uvicorn โ€ข HTTPX

Frequently asked questions

What is learning-mcp?

learning-mcp is All about MCP (Model Context Protocol)

How do I install learning-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is learning-mcp open source?

Yes โ€” it is hosted on GitHub at https://github.com/vikas434/learning-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP