weather mcp
@vhxnif
About weather mcp
A weather MCP server Demo
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather-mcp-vhxnif": {
"command": "bun",
"args": [
"run",
"src/mcp/sse-server.ts"
]
}
}
}Tools
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 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
—
More Media & Design MCP servers
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Comments