AccuWeather Connector for AI agents.
10 live capabilities
Get precise meteorology and severe weather alerts for global planning.
Waiting for input…
Why people use AccuWeather
AccuWeather for Precise Meteorological Intelligence
With this Connector, your AI agent does the research for you. Just ask for the 15-day outlook or a summary of active hazards. You get a consolidated report in your chat window, saving you from the constant context switching between different weather apps.
What Vinkius changes
You get enterprise weather data in your chat window without leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Wedding Planning
An organizer asks if a park is safe for an outdoor ceremony on Saturday.
- Real-world use case 02
Agri-Scheduling
A farmer asks for the 15-day outlook to see if next week is good for harvesting.
- Real-world use case 03
Travel Logistics
A traveler wants to know the wind speed in Tokyo for a flight.
Complete set · 10capabilities
The complete AccuWeather capability set.
These are the exact actions your AI can choose when you ask it to work with AccuWeather.
01—04
4 capabilities in this set.
Part of 10 available through AccuWeather.
- 01 Capability
Get weather alarms
Check for active hurricanes, tornadoes, or heat advisories in a specific area. This is vital for safety planning and emergency preparedness.
- 02 Capability
Get current conditions
Get the current temperature, humidity, and wind speed for a location. Use this for instant weather checks.
- 03 Capability
Get current conditions metric
Retrieve current weather data using Celsius, km/h, and kilometers. This is perfect for international audiences.
- 04 Capability
Get daily forecast
Get a day-by-day breakdown of high/low temps and precipitation chances. It helps with standard weekly planning.
05—07
3 capabilities in this set.
Part of 10 available through AccuWeather.
- 05 Capability
Get extended forecast
Pull a 15-day long-range forecast for early-stage planning. Use this for events happening two weeks out.
- 06 Capability
Get hourly forecast
See hour-by-hour weather changes to plan specific daily activities. Know exactly when rain will start.
- 07 Capability
Get index groups
See what types of activity indices are available for a location. Use this to discover supported categories.
08—10
3 capabilities in this set.
Part of 10 available through AccuWeather.
- 08 Capability
Get weather indices
Get suitability scores for activities like golf, fishing, and hiking. Each index includes a numeric value and category.
- 09 Capability
Get location by key
Look up specific geographic details and coordinates for a location key. Use this to verify you have the right spot.
- 10 Capability
Search location
Find the correct AccuWeather location key for any city or town. This is the first step before making weather queries.
Set up in minutes
One URL. Then ask AccuWeather to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AccuWeather from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jHdcif42kOJoVpy4SjMaaktTeWLAMX52gaF575hK/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it AccuWeather, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AccuWeather for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jHdcif42kOJoVpy4SjMaaktTeWLAMX52gaF575hK/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the AccuWeather URL.
- Step 03
Save and start
Save the connection and enable AccuWeather in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"accuweather": {
"url": "https://edge.vinkius.com/vk_preview_jHdcif42kOJoVpy4SjMaaktTeWLAMX52gaF575hK/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using AccuWeather
Open Agent mode in chat and ask: "Using AccuWeather, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"accuweather": {
"url": "https://edge.vinkius.com/vk_preview_jHdcif42kOJoVpy4SjMaaktTeWLAMX52gaF575hK/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using AccuWeather
Ask Copilot: "Using AccuWeather, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"accuweather": {
"url": "https://edge.vinkius.com/vk_preview_jHdcif42kOJoVpy4SjMaaktTeWLAMX52gaF575hK/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using AccuWeather
Open Cascade and ask: "Using AccuWeather, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"accuweather": {
"url": "https://edge.vinkius.com/vk_preview_jHdcif42kOJoVpy4SjMaaktTeWLAMX52gaF575hK/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using AccuWeather
Ask Cline: "Using AccuWeather, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add accuweather --transport http "https://edge.vinkius.com/vk_preview_jHdcif42kOJoVpy4SjMaaktTeWLAMX52gaF575hK/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using AccuWeather
Ask Claude: "Using AccuWeather, show me...". 10 tools are ready
Where the request belongs
Work AccuWeather can move forward.
This is for people who coordinate outdoor events, manage agricultural schedules, or plan complex travel itineraries where weather is a dealbreaker.
Travel Coordinator
Checks destination weather and UV levels before booking group flights and hotels.
Farm Manager
Plans harvest windows and planting schedules based on 15-day weather trends.
Event Planner
Monitors severe weather alerts to ensure the safety of outdoor weddings and festivals.
Logistics Lead
Tracks wind speeds and visibility for safe transport routes and fleet management.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNWS (National Weather Service)
Access real-time weather data, forecasts, and active alerts directly from the National Weather Service.
Tomorrow.io
Equip your agent with precise weather intelligence, hyperlocal forecasts, and extreme climate risk assessments.
AerisWeather
Access hyper-local weather data, forecasts, and alerts via AerisWeather. query observations, conditions, and geographical data directly from any AI agent.
MeteoSource
Monitor global weather. audit forecasts and places via AI.
AccuWeather
Access real-time weather data, detailed forecasts, and location-based climate insights directly from your AI agent using AccuWeather's global network.
Weather (Open-Meteo)
Get real-time weather, high-precision forecasts, air quality data, and severe weather alerts for any city worldwide.
Bring your own AI
Change the model, client or framework. Keep AccuWeather connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about AccuWeather.
The practical details behind the request, access and result.
Can the AccuWeather MCP help me plan a 2-week trip?
Yes, it provides 15-day extended forecasts that help you see upcoming weather trends well in advance of your departure.
Does the AccuWeather MCP show severe weather warnings?
Yes, it pulls active alerts for hurricanes, tornadoes, floods, and heat advisories to keep you informed about hazards.
Can I use AccuWeather MCP for farm planning?
Absolutely. It provides the long-range forecasts and daily breakdowns needed for planting and harvest scheduling.
Does the AccuWeather MCP support metric units?
Yes, it can return data in Celsius, km/h, and kilometers for international use or scientific analysis.
Can AccuWeather MCP tell me if it's a good day for golf?
Yes, it provides specific activity indices that give a suitability score for golf, hiking, fishing, and more.
How does the AccuWeather MCP find specific cities?
It includes a dedicated search capability that finds the correct location key for any city, town, or place worldwide.
How do I get weather for a specific city?
First use search_location with the city name (e.g. 'Tokyo') to find its AccuWeather location key. Then use that key with get_current_conditions for current weather, get_daily_forecast for the forecast, or get_hourly_forecast for hour-by-hour details.
What's the difference between daily and hourly forecasts?
Daily forecasts (1-15 days) give you one summary per day with high/low temperatures and overall conditions. Hourly forecasts (12-120 hours) give you weather for each individual hour. perfect for knowing exactly when rain will start, when temperatures peak, or the best time for outdoor activities. Use hourly for precise timing, daily for general planning.
Can I get severe weather alerts?
Yes. Use the get_weather_alarms capability with a location key to check for active severe weather alerts. This includes hurricanes, tornadoes, flood warnings, heat advisories, winter storm warnings, and more. Returns empty if no active alarms. Essential for emergency preparedness and travel safety decisions.
One connection away
Give your agent a direct line to AccuWeather.
Connect AccuWeather once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available