⛅ Weatherstack MCP Server
@MCP-Forge
About ⛅ Weatherstack MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weatherstack-mcp": {
"command": "uvx",
"args": [
"weatherstack-mcp-server",
"--api-key",
"YOUR WEATHERSTACK API KEY"
]
}
}
}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 ⛅ Weatherstack MCP Server?
This is an MCP (Model Context Protocol) server for integrating with the Weatherstack API, enabling AI agents to access real-time, historical, forecast, and marine weather data using natural language input.
How to use ⛅ Weatherstack MCP Server?
Install via uvx and configure it in your MCP client. The example below adds it to Claude Desktop’s config, replacing <your-api-key> with a key obtained from weatherstack.com.
{
"mcpServers": {
"weatherstack-mcp": {
"command": "uvx",
"args": [
"weatherstack-mcp-server",
"--api-key",
"<your-api-key>"
]
}
}
}
Key features of ⛅ Weatherstack MCP Server
- Real-time weather conditions for any location
- Historical weather data by date and hour
- Multi-day weather forecast retrieval
- Marine weather and tide information
- Natural language interface for AI agents
Use cases of ⛅ Weatherstack M
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments