Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. MCP1 Weather Query
MCP1 Weather Query logo
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 9:46:55 PM

MCP1 Weather Query

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

Read-only current weather lookup by place name using Open-Meteo.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mcp1-weather-query": {
      "command": "uvx",
      "args": [
        "--from"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

MCP1-天气查询

一个用于学习 MCP Server 设计、stdio 调试、结构化 Tool 输出、测试、打包与发布流程的 Python 小项目。项目将复现 Datawhale《第十章 智能体通信协议》的天气案例,但以 2026-07-28 MCP 规范和当前官方 Python SDK 为基线,不直接复制教程中的旧封装、数据源或发布叙述。

当前状态

  • 项目类型:启动新项目。
  • 项目整体等级:M;规划、roadmap 和执行基线已完成。
  • 本地打包能力:项目可生成并审查 wheel/sdist,也已在两个项目外独立环境完成无 PYTHONPATH 安装与 stdio 验证;实时任务状态以 docs/project-management/current-task.md 为准。
  • 代码:领域/服务/Open-Meteo 适配器已实现;官方 v2 MCPServer 只注册 get_current_weather,并提供输入/输出 Schema、只读 annotations、结构化成功结果和稳定 Tool execution error。
  • Git:private 仓库为 wcnm8888/mcp1-weather-query;PR #1 已把 feat/f-001-local-weather-tool 合并到 main,原本地和远程功能分支已删除。
  • 制品/发布:mcp-weather-query==0.1.0 已通过 GitHub Actions Trusted Publishing 发布到 生产 PyPI;wheel、sdist、公开元数据、 SHA-256 与 attestations 已复核。
  • 测试:最近一次完整默认门禁为 96 passed, 1 skipped;唯一 skip 是显式 opt-in 的 live contract。此前 live contract 为 1 passed,Inspector 已完成唯一 Tool 的发现、成功和错误路径验证。
  • 启动边界:项目已注册 mcp-weather-query console command;wheel 与 sdist 已分别在项目外独立环境安装,并在无 PYTHONPATH、非源码工作目录下启动同一 stdio Server。
  • Node 兼容性:项目独立 Node 24.19.0 已通过官方 SHA256 校验,Inspector 2.1.0 不再产生 engine warning;系统 Node 22.16.0 未改变。
  • 协议证据:官方 Python SDK v2 Client(mode="auto") 通过生产 stdio 入口完成 server/discover,协商 MCP 2026-07-28,且未执行 Legacy initialize;同一 Server 继续允许 Inspector 2.1.0 以 Legacy MCP 2025-11-25 调试。
  • F-002 packaging:版本 0.1.0、uv_build、console script、MIT LICENSE 和 Open-Meteo NOTICE 已转绿;Step 3 生成的本地 wheel/sdist 已完成制品审查,Step 4 双干净安装验证通过。
  • 安装证据:公开 wheel 与 sdist 已分别在项目外全新环境安装;两者都只发现 get_current_weather,生产 console 的 stdout 仅含 MCP 消息、退出码为 0,确定性离线 调用返回合法 structuredContent。
  • 登记状态:io.github.wcnm8888/mcp1-weather-query==0.1.0 已登记到 Official MCP Registry; 官方 API 返回唯一 active/latest 记录,公开 PyPI 安装后的 installed-package stdio 复验通过。

安装与启动

从本地发布候选 wheel 安装

D-001 已在项目外生成并审查本地候选制品。获得已审查的 0.1.0 wheel 后, 可在包含 dist/ 的候选目录运行:

powershell
uv tool install ./dist/mcp_weather_query-0.1.0-py3-none-any.whl
mcp-weather-query

这会通过发行包提供的 console entry point 启动生产 stdio MCP Server,不需要 editable install、项目源码目录或 PYTHONPATH。mcp-weather-query 必须位于当前 PATH;可用 uv tool dir --bin 查看 uv 的工具命令目录。

从 PyPI 运行固定版本

PyPI 官方项目页已提供 0.1.0,可直接运行固定版本:

powershell
uvx --from mcp-weather-query==0.1.0 mcp-weather-query

stdio Host 配置

本地 wheel 安装完成且 console command 已位于 PATH 后,Host 可使用以下最小配置:

config.json
{
  "mcpServers": {
    "weather": {
      "command": "mcp-weather-query",
      "args": []
    }
  }
}

Server 通过 stdin/stdout 交换 MCP 协议消息;普通诊断只写入 stderr。不同 Host 的 配置文件位置和外层字段可能不同,但 command 不应改为源码路径,也不应注入 PYTHONPATH。

发布与登记状态

  • mcp-weather-query==0.1.0 已发布;公开可用性、文件和 attestation 以 PyPI 官方项目页 为准。
  • io.github.wcnm8888/mcp1-weather-query==0.1.0 已登记到 Official MCP Registry;官方 API 已复核为唯一 active/latest 条目,且 PyPI package、uvx、stdio、仓库元数据与冻结的 server.json 一致。
  • README 顶部的 mcp-name 注释继续作为 PyPI ownership verification marker;它与公开 Registry 身份保持一致,但 Registry 不托管 wheel/sdist,安装来源仍是 PyPI。
  • R-002 只对冻结的 server.json 执行过一次 publish。发布后已通过官方 API 和全新 PyPI 安装环境复验,并使用官方 mcp-publisher logout 处置本机短期认证文件。
  • 后续版本发布、Registry metadata 更新、状态变更或 GitHub Release 仍需要新的独立用户授权。

已交付能力

首个闭环提供一个只读 MCP Tool:get_current_weather。它接收地点名称和可选国家代码,通过固定天气数据源解析地点并返回带单位、时间、解析后地点和数据来源的结构化当前天气结果。

明确非目标

  • 不构建完整 Agent、聊天 UI、RAG 或多 Agent 系统。
  • 不提供天气预报、历史天气、空气质量、灾害预警或穿衣建议。
  • 不提供写入、删除、任意 Shell、任意文件访问或任意 URL 请求。
  • 首期不提供 Streamable HTTP、远程托管、账号体系和生产 SLA。
  • 不因教程示例存在多个 Tool 而增加“城市列表”或“服务器信息”等展示性 Tool。

文档入口

项目定义、架构、测试、发布和路线状态见 docs/README.md。

许可证与数据署名

  • 项目源代码采用 MIT License。
  • 天气与地理编码数据由 Open-Meteo 提供,数据依照 CC BY 4.0 使用。
  • 本学习项目只使用 Open-Meteo 非商业免费 API。公开免费层限制为每分钟 600 次、 每小时 5,000 次、每天 10,000 次请求,且无 SLA;不应把本工具视为商业或生产级 天气服务。限额和服务条款可能由上游调整,使用前应复核 Open-Meteo 官方说明。
  • 本项目会把选定的上游字段规范化为结构化 MCP Tool 输出,不改变底层测量值; 详细第三方数据说明见 NOTICE。

参考基线

  • MCP 2026-07-28 规范
  • MCP Python SDK v2
  • MCP Inspector
  • Official MCP Registry
  • Datawhale 第十章

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • MeltFlex AI logoMeltFlex AI

    AI interior design — restyle rooms, place furniture, and virtually stage spaces from a photo.

    💻 Developer Tools2 views
    Compare vs MeltFlex AI →
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    💻 Developer Tools8 views
    Compare vs Claude Task Master →
  • Skill of Skills logoSkill of Skills

    Quality-ranked, cross-platform directory of AI coding skills, plugins and MCP servers.

    💻 Developer Tools2 views
    Compare vs Skill of Skills →
  • R
    Ruv Swarm

    Neural network swarm orchestration with WebAssembly acceleration and MCP integration

    💻 Developer Tools2 views
    Compare vs Ruv Swarm →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP1 Weather Query

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp1-weather-query": { "command": "uvx", "args": ["--from"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP1 Weather Query AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp1-weather-query?style=directory)](https://allmcps.com/mcp/mcp1-weather-query)
HTML Embed
<a href="https://allmcps.com/mcp/mcp1-weather-query"><img src="https://allmcps.com/api/badge/mcp1-weather-query?style=directory" alt="MCP1 Weather Query on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimePython
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
35Quality signal: Fair · 35/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to MCP1 Weather Query →Install in Claude DesktopInstall in CursorInstall in VS Code