weather mcp
@vhxnif
About weather mcp
A weather MCP server Demo
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
—
Basic information
More Media & Design MCP servers
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.

Google Maps
modelcontextprotocolModel Context Protocol Servers
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Comments