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
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.
Comments