Sponsored by Deepsite.site

MCP Multi-Server Demo with SSE Transport

Created By
fredrikp9999 months ago
Example of using MCP servers, both over sdio + sse. Also using langchain-mcp
Content

MCP Multi-Server Demo with SSE Transport

This project demonstrates how to use the Model Context Protocol (MCP) with multiple servers using different transport methods (stdio and Server-Sent Events).

It is based on examples from: https://github.com/langchain-ai/langchain-mcp-adapters

Overview

The project consists of:

  1. A math server that provides basic arithmetic operations (add, multiply)
  2. A weather server that provides simulated weather information for different locations
  3. A main application that connects to both servers using the MultiServerMCPClient
  4. Integration with LangChain and OpenAI to create an agent that can use tools from both servers

Requirements

  • Python 3.8+
  • OpenAI API key

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/mcp-sse.git
    cd mcp-sse
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Set up your OpenAI API key in a .env file:

    OPENAI_API_KEY=your-api-key-here
    

Project Structure

  • main.py: The main application that connects to both servers and runs the agent
  • math_server.py: A simple MCP server that provides math operations using stdio transport
  • weather_server.py: A simple MCP server that provides weather information using SSE transport
  • requirements.txt: List of Python dependencies
  • .env: Environment variables (contains your OpenAI API key)

How It Works

The application demonstrates how to use the MultiServerMCPClient to connect to multiple MCP servers with different transport methods:

  1. The math server uses stdio transport, which is a simple pipe-based communication method
  2. The weather server uses Server-Sent Events (SSE) transport, which is an HTTP-based protocol for server-to-client push notifications

The main application:

  1. Starts the weather server as a separate process
  2. Connects to both servers using the MultiServerMCPClient
  3. Creates a LangChain agent that can use tools from both servers
  4. Demonstrates using the agent to perform math calculations and get weather information

Usage

Run the main application:

python main.py

This will:

  1. Start the weather server on port 8000
  2. Connect to both the math and weather servers
  3. Run the agent with example queries for both math and weather

Example Queries

The demo includes two example queries:

  1. Math query: "what's (3 + 5) x 12?"
  2. Weather query: "what is the weather in nyc?"

Extending the Project

You can extend this project by:

  1. Adding more tools to the math or weather servers
  2. Creating additional MCP servers with different functionality
  3. Modifying the agent to handle more complex queries
  4. Connecting to real weather APIs instead of using simulated data

License

MIT

Acknowledgments

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
CursorThe AI Code Editor
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
WindsurfThe new purpose-built IDE to harness magic
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Tavily Mcp
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server