MCP_CLIENT_AND-_SERVER

Sanskar-12/MCP_CLIENT_AND-_SERVER
★ 0 stars Python 🌐 Browser/Web Updated today
Created an MCP (Model Context Protocol) client and server. Made two MCP servers talking with two different transport protocols namely "stdio" and "streamable-http"
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_client_and-_serv": {
      "command": "uvx",
      "args": [
        "mcp-client-and--server"
      ]
    }
  }
}

Or install with pip: pip install mcp-client-and--server