MCP_Client_Server_Implementation

NeutoAI/MCP_Client_Server_Implementation
★ 0 stars Python Code/Dev Tools Updated 6d ago
MCP Client/Server Implementation is a Python command-line chat application that demonstrates the Model Context Protocol (MCP) architecture. It connects to MCP servers over stdio, exposes documents and commands to Claude via Anthropic’s API, and supports @document mentions and /command prompts in an interactive terminal UI.
View on GitHub → 🔍 Audit Wallet Slippage →

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_server_im": {
      "command": "uvx",
      "args": [
        "mcp-client-server-implementation"
      ]
    }
  }
}

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