weather-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weather-serverwhat's the weather in San Francisco?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TL/DR;
This project is a hello world MCP, And is based on this quickstart tutorial
How to deploy our mcp server to use it with mcp client e.g. claude desktop
Step 1: build and run docker image
$ docker build -t weather-server .
$ docker run -d --name weather-mcp -i --restart unless-stopped weather-server
#or simply run
$./start.shStep 2: put WSl bridge (i.e. a script to be invoked by client from windows) to the known location
# /usr/local/bin/wsl-bridge-weather-mcp.sh becomes the command to be invoked by mcp client
$ cp wsl-bridge-weather-mcp.sh /usr/local/bin/Step 3: update client's config to point to wsl bridge above
e.g.
locate claude desktop's config: %APPDATA%\Claude\claude_desktop_config.json
update mcpServers section with new record: my-weather-mcp-server
{ "mcpServers": { "my-weather-mcp-server": { "command": "wsl", "args": ["/usr/local/bin/wsl-bridge-weather-mcp.sh"] } } }
Step 4: you can now use the tools (i.e. methods marked by @mcp.tool()) from my-weather-mcp-server in Claude
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Docker-based MCP server that provides current weather information for cities worldwide. Enables AI assistants like Claude to fetch temperature, weather conditions, and humidity data through a standardized interface.Last updated
- FlicenseBqualityBmaintenanceA basic MCP server adapted from the official quickstart guide that provides weather data functionality and works with OpenAI chat completions API. Demonstrates MCP server setup with configuration examples for Claude Desktop and development tools.Last updated2
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server built with the mcp-framework to provide weather-related tools and data to AI clients. It enables integration of weather capabilities and custom tools into the MCP ecosystem for use with platforms like Claude Desktop.Last updated19
- Flicense-qualityCmaintenanceA proof-of-concept MCP server that provides weather information using the Open-Meteo API, with tools for greeting, getting weather by coordinates, and by location name.Last updated
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sajonaro/local-mcp-for-claude'
If you have feedback or need assistance with the MCP directory API, please join our Discord server