MCP-Model-Context-Protocol-Projects
@manojshipra
关于 MCP-Model-Context-Protocol-Projects
In this Repo I am learning and practically implementing MCP clients and servers in python.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MCP-Model-Context-Protocol-Projects": {
"command": "python3",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-Model-Context-Protocol-Projects?
MCP-Model-Context-Protocol-Projects is a multimodal assistant client built on the Model-Context-Protocol (MCP) framework. It provides tools for executing Python code in a sandboxed environment, querying live weather via Server-Sent Events (SSE), and interacting with MCP servers through a Streamlit-based user interface.
How to use MCP-Model-Context-Protocol-Projects?
After cloning the repository and installing dependencies with pip install -r requirements.txt, create a .env file in the mcp-client folder containing your GROQ_API_KEY. Run the weather SSE tool from the mcp-server folder with python3 weather.py, or launch the interactive UI from the mcp-client folder with streamlit run main.py.
Key features of MCP-Model-Context-Protocol-Projects
- Weather SSE Tool for live weather updates.
- Streamlit front-end for querying MCP servers.
- Python Executor for sandboxed code execution.
- Relies on the Model-Context-Protocol framework.
Use cases of MCP-Model-Context-Protocol-Projects
- Query live weather data streamed via MCP SSE servers.
- Execute isolated Python code through MCP’s sandbox tool.
- Interact with MCP servers using an intuitive Streamlit UI.
- Prototype multimodal AI assistants that combine code and data.
FAQ from MCP-Model-Context-Protocol-Projects
What prerequisites are needed to run MCP-Model-Context-Protocol-Projects?
You need Python 3.9 or later, pip, and a valid Groq API key.
How do I configure my API key?
Create a .env file in the mcp-client folder containing GROQ_API_KEY=your_groq_api_key_here.
How do I run the weather SSE tool?
Navigate to the mcp-server folder and execute python3 weather.py.
How do I launch the Streamlit UI?
From the mcp-client folder, run streamlit run main.py.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论