MCP Directory
Back

modelcontextprotocol

by stutibimali · Python · ★ 0

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.

Install

pip install git+https://github.com/stutibimali/modelcontextprotocol.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "uvx",
      "args": [
        "git+https://github.com/stutibimali/modelcontextprotocol.git"
      ]
    }
  }
}

From the README

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 1. Create or edit the file in the project root and verify that the following variables are set correctly: [uv](https://github.com/astral-sh/uv) is a fast Python package installer and resolver. 1. Install uv, if not already installed: 2. Create and activate a virtual environ…
Read full README on GitHub →

Related ai & ml servers