MCP demo (DeepSeek as Client's LLM)
@Bill-Cai
About MCP demo (DeepSeek as Client's LLM)
Run a MCP client & server demo with DeepSeek API
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP demo (DeepSeek as Client's LLM)?
A demo project that uses DeepSeek as the language model for an MCP (Model Context Protocol) client. It runs a weather server (weather.py) and a client that interacts through DeepSeek.
How to use MCP demo (DeepSeek as Client's LLM)?
Add a .env file with your DeepSeek API key, then install dependencies and run python client.py weather.py.
Key features of MCP demo (DeepSeek as Client's LLM)
- Integrates DeepSeek as the client’s LLM
- Demonstrates MCP client–server communication
- Includes a weather server example
- Minimal setup with
.envandpip install
Use cases of MCP demo (DeepSeek as Client's LLM)
- Learning how to build an MCP client with a non‑OpenAI LLM
- Testing DeepSeek’s capabilities as an MCP client LLM
- Prototyping a weather‑querying agent using MCP
FAQ from MCP demo (DeepSeek as Client's LLM)
What LLM does this demo use?
DeepSeek is used as the client’s language model.
What server does the demo include?
It runs a server defined in weather.py.
Where can I find more information?
The README references the MCP quickstart‑resources repository and a CSDN article on building a weather agent with DeepSeek‑V3.
Frequently asked questions
What LLM does this demo use?
DeepSeek is used as the client’s language model.
What server does the demo include?
It runs a server defined in `weather.py`.
Where can I find more information?
The README references the MCP quickstart‑resources repository and a CSDN article on building a weather agent with DeepSeek‑V3.
Basic information
More AI & Agents MCP servers
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Comments