mcp-chat-tutorial

bianbianzhu/mcp-chat-tutorial
★ 0 stars Python AI/LLM Updated today
MCP Chat: a tutorial CLI app demonstrating the Model Context Protocol (Python client/server + Anthropic Claude)
View on GitHub → Try with Claude — $10 free →

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-chat-tutorial": {
      "command": "uvx",
      "args": [
        "mcp-chat-tutorial"
      ]
    }
  }
}

Or install with pip: pip install mcp-chat-tutorial

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