A simple Model Context Protocol (MCP) client-server application demonstrating tool discovery and tool execution using the MCP Python SDK with Streamable HTTP transport.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-client-server-ht": {
"command": "uvx",
"args": [
"mcp-client-server-http-demo"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-client-server-ht uvx mcp-client-server-http-demo
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-client-server-ht": {
"command": "uvx",
"args": [
"mcp-client-server-http-demo"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-client-server-http-demo