Found 14 repositories(showing 14)
invariantlabs-ai
Example implementation of MCP Streamable HTTP client/server in Python and TypeScript.
boilingdata
An MCP stdio to HTTP SSE transport gateway with example server and MCP client
slavashvets
Simple example client demonstrating how to connect to MCP servers over HTTP (SSE)
duaraghav8
Simplest example of MCP client-server architecture over HTTP using Python & Golang
Example project demonstrating how to expose FastAPI endpoints as Model Context Protocol (MCP) tools using `fastapi-mcp`. Includes a basic LangChain agent (`langchain_client.py`) that connects to the local FastAPI server via HTTP/SSE using `langchain-mcp-adapters` to discover and use the exposed tools.
JannikNie
includes a frontend -> mcp client http wrapper -> mcp server example
Jordiag
A Semantic Kernel C# client example that connects to a MCP server over HTTP.
JohnSmall
Example projects for the mcp_ex Elixir MCP library — stdio and HTTP servers, basic and advanced clients
ev2900
Examples running a basic MCP server locally (STDIO and HTTP) and calling it from clients
thakorneyp11
Production-ready MCP server for Thailand Stock data with FastMCP, featuring HTTP/SSE transport, API authentication, and generic client examples demonstrating proper MCP design patterns.
Jogesh6895
Production-ready MCP server and client examples in Python. Flight booking system showcasing FastMCP, streamable HTTP, and all MCP features. Great reference for building AI-powered applications.
hakant66
mcp-calculator-demoMCP 'Calculator' server and client example. It explains what MCP is, how to run the server (stdio or HTTP), and how to call the 'add' tool from a Python client, curl, or Postman.
tnpaul
A concise, well-documented guide to the different transport options in FastMCP (stdio, HTTP, SSE), with small Python code examples for both server and client implementations. Perfect for anyone learning MCP servers and clients.
lfbos
A practical example of integrating Model Context Protocol (MCP) with OpenAI's function calling API using a custom HTTP transport layer. Features a FastAPI server, async HTTP client, and interactive chat interface with rich formatting
All 14 repositories loaded