mcp-http-client-example.md

MCP HTTP Client Example

UI App
from"MCP Example"

Example MCP client that connects over HTTP (SSE)

Developer Tools
exampleHTTPSSEMCP client
install.sh
# Clone the repository
$git clone https://github.com/MCP Example/mcp-http-client-example
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve