open-mcp-client
Https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab for the Model Context Protocol. Enhance AI assistants with powerful integrations
Documentation
https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab
Getting Started
Set Up Environment Variables
Create a `.env` file at the root of your project:
touch .envAdd the following to `.env`:
LANGSMITH_API_KEY=lsv2_...
OPENAI_API_KEY=sk-...Next, navigate to the `agent` folder and create another `.env` file:
cd agent
touch .envAdd the following inside `agent/.env`:
OPENAI_API_KEY=sk-...
LANGSMITH_API_KEY=lsv2_...Set Up Poetry:
Poetry manages dependencies for the agent service. Install it with:
pip install poetryVerify the installation by running:
poetry --versionDevelopment
For easier debugging, run the `frontend` and `agent` in separate terminals:
# Terminal 1 - Frontend
pnpm run dev-frontend
# Terminal 2 - Agent
pnpm run dev-agentAlternatively, launch both services together:
pnpm run devVisit http://localhost:3000 in your browser to view the application.
Architecture
The codebase is organized into two primary components:
- Frontend - Handles the user interface.
- Agent - Manages the core functionality.
License
Distributed under the MIT License. See LICENSE for more info.
Frequently asked questions
What is open-mcp-client?
open-mcp-client is Https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab for the Model Context Protocol. Enhance AI assistants with powerful integrations
How do I install open-mcp-client?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is open-mcp-client open source?
Yes — it is hosted on GitHub at https://github.com/CopilotKit/open-mcp-client and has 1,606 stars.
Related MCP tools
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) TypeScript-based implementation.
MCP server that provides tools and resources for interacting with n8n API TypeScript-based implementation. Trusted by 1400+ developers.
The official TypeScript SDK for Model Context Protocol servers and clients Trusted by 10500+ developers. Trusted by 10500+ developers.
Visual testing tool for MCP servers TypeScript-based implementation. Trusted by 7300+ developers. Trusted by 7300+ developers.
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic TypeScript-based implementation.
A tool that converts OpenAPI specifications to MCP server TypeScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP