MCP demo (DeepSeek as Client's LLM)
About
Run a MCP client & server demo with DeepSeek API
Details
- Author
- Bill-Cai
- GitHub stars
- 4
- Downloads
- 300
- Categories
- AI
Jump to
- Integrates DeepSeek as the client’s LLM
- Demonstrates MCP client–server communication
- Includes a weather server example
- Minimal setup with .env and pip install
Add a .env file with your DeepSeek API key, then install dependencies and run python client.py weather.py.
MCP demo (DeepSeek as Client's LLM)
How to run
1. Config .env file
Add .env file in project root and add DeepSeek api key:
# DeepSeek
DEEPSEEK_API_KEY=
2. Run MCP Client & Server
$ pip install -r requirements.txt
$ python client.py weather.py
Reference
1. <https://github.com/modelcontextprotocol/quickstart-resources/tree/main/mcp-client-python>
2. 基于DeepSeek-V3开发MCP天气查询智能体_python_深圳dengdi-DeepSeek技术社区
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
