MCP-Client-Server-Framework

koushikachappidi-3/MCP-Client-Server-Framework
★ 0 stars Python AI/LLM Updated today
An MCP server.
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-fr": {
      "command": "uvx",
      "args": [
        "mcp-client-server-framework"
      ]
    }
  }
}

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

README Excerpt

MCP Chat is a command-line interface application that enables interactive chat capabilities with AI models through the Anthropic API. The application supports document retrieval, command-based prompts, and extensible tool integrations via the MCP (Model Control Protocol) architecture. - Python 3.9+ - Anthropic API Key