Client Example icon

Client Example

Demonstrates a simple client-server implementation using the Model Context Protocol (MCP).

About

This project showcases a basic client-server interaction using the Model Context Protocol (MCP), designed for connecting Large Language Models with external tools and data. It includes a server exposing BMI calculation and weather fetching tools, and a client that connects, lists available tools, and executes tool calls, offering a practical example of MCP integration with custom functionalities.

Key Features

  • Includes a tutorial video for MCP implementation
  • Provides example MCP server with custom tools (BMI calculator and weather data)
  • 0 GitHub stars
  • Demonstrates MCP client implementation that connects to the server
  • Uses stdio for client-server communication
  • Supports integration with MCP Inspector for debugging

Use Cases

  • Implementing custom tools for use with LLMs
  • Testing and debugging MCP integrations
  • Learning the basics of MCP client-server architecture