weather mcp
@vhxnif
关于 weather mcp
A weather MCP server Demo
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"weather-mcp-vhxnif": {
"command": "bun",
"args": [
"run",
"src/mcp/sse-server.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is weather mcp?
—
How to use weather mcp?
Install dependencies with bun install. Run the SSE server using bun run src/mcp/sse-server.ts or the Stdio server using bun run src/mcp/stdio-server.ts. Configure the client with the appropriate JSON object for the chosen transport.
Key features of weather mcp
- Requires Bun runtime.
- Supports SSE transport on
http://localhost:3000/sse. - Supports Stdio transport via
bun runscript.
Use cases of weather mcp
—
FAQ from weather mcp
—
媒体与设计 分类下的更多 MCP 服务器
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
评论