Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by cthuaung • Automation & Orchestration
An interactive command-line chat application that uses the Model Context Protocol (MCP) to let AI agents access tools like web browsing and multiple LLM providers.
Browse and scrape web pages programmatically via a Playwright MCP server.
Maintain conversational context across turns using built-in conversation memory in a CLI environment.
Switch between or test multiple LLM providers (OpenAI, Groq) while accessing external tools through MCP.
MCP Chat CLI is a simple CLI chat app that integrates MCP-Use and LangChain to give agents tool access (notably Playwright-based web browsing). It includes conversation memory for contextual interactions and supports multiple LLM backends such as OpenAI and Groq. The project is lightweight and intended for local use with user-provided API keys and a Playwright MCP server. It is useful for experimenting with agents that need web access and contextual tool use from the command line.