MCP_server_weather
Overview
MCP_server_weather is a project designed to provide real-time weather data through a server-based architecture, ideal for applications that require weather-related information.
To use MCP_server_weather, clone the repository from GitHub, set up the server environment, and configure your API keys to access weather data.
- Real-time weather data retrieval - Support for multiple weather APIs - Server configuration for scalability
- Integrating live weather data into web and mobile applications.
- Analyzing weather patterns for research purposes.
- Developing weather forecasting tools for local areas.
Add to your AI client
Use these steps to connect MCP_server_weather in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-weather-mathemagie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-weather-mathemagie"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-weather-mathemagie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-weather-mathemagie"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-weather-mathemagie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-weather-mathemagie"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-weather-mathemagie": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-weather-mathemagie"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-weather-mathemagie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-weather-mathemagie"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-weather-mathemagie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-weather-mathemagie"
]
}
}
}FAQ
Can I use any weather API with this project?
Yes! MCP_server_weather supports multiple weather APIs, providing flexibility in data sources.
Do I need coding knowledge to set it up?
Basic knowledge of server setup and API integration is required.
Is support available for this project?
Yes! You can check the GitHub repository for issues and discussions for support.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":321,"uuid":"b0080c51-288e-4c96-a0e3-b1427cb8cbf8","name":"MCP_server_weather","title":"MCP_server_weather","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/180781?v=4","created_at":"2024-12-13T13:19:12.666Z","updated_at":"2024-12-13T15:09:09.494Z","status":"created","author_name":"mathemagie","author_avatar_url":"https://avatars.githubusercontent.com/u/180781?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/mathemagie/MCP_server_weather","target":"_self","content":"# MCP_server_weather","summary":"$29","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]