About
A weather forecast MCP Server for any AI agent.
README
是什么
Python语言,基于 mcp 库实现的一个 MCP-Server。
有什么能力
预测明天的天气。
怎么用
远程使用 (推荐)
- 如果未安装 uv工具,先执行一键安装脚本安装
# 在 macOS 上安装
# 推荐使用 Homebrew 安装:
brew install uv
# 或者使用官方安装脚本:
curl -LsSf https://astral.sh/uv/install.sh | sh
# 在 Linux 上安装
curl -LsSf https://astral.sh/uv/install.sh | sh
# 在 Windows 上安装
# 使用 Winget:
winget install uv
# 或者使用官方安装脚本(PowerShell):
irm https://astral.sh/uv/install.ps1 | iex
# 安装完成后,验证是否成功:
uv --version
- 添加如下 mcpServers 配置
{
"mcpServers": {
"weather": {
"autoApprove": [],
"disabled": false,
"timeout": 60,
"type": "stdio",
"command": "uvx",
"args": [
"darcycui-mcp"
]
}
}
}
本地使用
- clone项目到本地 path
- 添加如下配置
- 注意 path 替换为你的本地路径
- 注意 路径分隔符,Linux/Mac 使用/分隔符, Windows 使用\分隔符
{
"mcpServers": {
"weather": {
"autoApprove": [],
"disabled": true,
"timeout": 60,
"type": "stdio",
"command": "uv",
"args": [
"--directory",
"path\\src\\darcycui_mcp",
"run",
"weather.py"
]
}
}
}
运行结果

参考文章
Installing Darcycui
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/darcycui/DarcyAIMCPServerFAQ
Is Darcycui MCP free?
Yes, Darcycui MCP is free — one-click install via Unyly at no cost.
Does Darcycui need an API key?
No, Darcycui runs without API keys or environment variables.
Is Darcycui hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Darcycui in Claude Desktop, Claude Code or Cursor?
Open Darcycui on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Darcycui with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
