Elkhn/mcp-playground
A Streamlit-based chat app for LLMs with plug-and-play tool support via Model Context Protocol (MCP), powered by LangChain, LangGraph, and Docker.
This is a web application that helps developers test and interact with large language models (LLMs) that can use external tools. You can input natural language questions, and the system will use available tools (like weather or currency services) to provide answers. It's designed for AI developers, researchers, and engineers who are building or evaluating LLM agents.
Use this if you are developing or experimenting with AI agents that need to perform real-world tasks by integrating with various external services and APIs.
Not ideal if you are an end-user looking for a ready-to-use chatbot for general knowledge or personal assistance, as this is a development and testing environment.
Stars
43
Forks
17
Language
Python
License
—
Category
Last pushed
Mar 05, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/Elkhn/mcp-playground"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
keli-wen/mcp_chatbot
A chatbot implementation compatible with MCP (terminal / streamlit supported)
rb58853/fastchat-mcp
fastchat-mcp is a very simple way to interact with MCP servers using custom chats through...
SecretiveShell/MCP-wolfram-alpha
Connect your chat repl to wolfram alpha computational intelligence
Nikunj2003/LLaMa-MCP-Streamlit
AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).
alphasecio/mcp-client-server
A collection of MCP servers and a Streamlit-based MCP chatbot.