P
remote-mcp-chat
...
Created 1/20/2025byAnyContext-ai
Language:
Python
Stars:
4
Forks:
2
Remote MCP Chat
Architecture
How it works
Prerequisites
- Python >3.10
- uv
- OpenAI API key
- Remote MCP server
Setup environment
- Create
.env
file:cp .env.example .env
- Add your OpenAI API key and MCP server url to the
.env
file. - Create virtual environment:
uv venv
- Activate virtual environment (windows):
.venv\Scripts\activate
- Install dependencies:
uv pip install -r pyproject.toml
- Run chat client:
uv run client.py
Last updated: 2/24/2025
Publisher info
AnyContext
AnyContext provides Context as a Service for your LLM-powered applications
3
followers0
following12
reposMore MCP servers built with Python
composer-trade-mcp
Create, backtest, and execute trades directly in one chat box. The Composer MCP Server gives LLMs the power to backtest investment ideas and execute automated trading strategies. Trade across stocks, ETFs, and crypto directly in Claude.
By https://github.com/ronnyli
slidespeak-mcp
An MCP to generate presentations with AI. Create and edit PowerPoint presentations with AI.
By https://github.com/SlideSpeak
PaddleOCR
The PaddleOCR MCP server brings enterprise-grade OCR and document parsing capabilities to AI applications. Built on PaddleOCR — a proven solution with 50,000+ GitHub stars, deeply integrated by leading projects like MinerU, RAGFlow, and OmniParser— with targeted optimizations based on the MCP concept.
By PaddlePaddle