Remote MCP Chat logo

Remote MCP Chat

by anycontext-ai

Remote MCP Chat is a client application designed to interact with a Remote MCP server, leveraging the OpenAI API. It allows users to have chat-based interactions through the MCP server.

View on GitHub

Last updated: N/A

Remote MCP Chat

Architecture

alt text

alt text

How it works

alt text

alt text

Prerequisites

  • Python >3.10
  • uv
  • OpenAI API key
  • Remote MCP server

Setup environment

  1. Create .env file: cp .env.example .env
  2. Add your OpenAI API key and MCP server url to the .env file.
  3. Create virtual environment: uv venv
  4. Activate virtual environment (windows): .venv\Scripts\activate
  5. Install dependencies: uv pip install -r pyproject.toml
  6. Run chat client: uv run client.py