CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. MCP
  2. /
  3. Mcp Weather Server

Mcp Weather Server

Editor's Note

The source here is pretty minimal, so this is a straightforward weather data server without documented specifics about which API it uses or what operations it exposes. You'd reach for this when you need Claude to answer questions about current conditions, forecasts, or historical weather data during a conversation. Without more implementation details, it's hard to say whether this pulls from OpenWeatherMap, Weather.gov, or another provider, or what granularity of data you get back. If you need weather lookups in your MCP workflow and want something simple over stdio, this could work, but you'll want to check the GitHub repo to see what's actually under the hood before committing to it.

Install

claude mcp add --transport stdio mtjandra-mcp-weather-server -- npx -y @mtjandra/mcp-weather-server
Registryactive
Package@mtjandra/mcp-weather-server
TransportSTDIO
Votes
0
View on GitHub

Comments

Login to comment

Related Developer Tools MCP Servers

View all →
Sequential Thinking

modelcontextprotocol/servers/sequentialthinking

3
85.8k
Provides a structured thinking process with branching, revision, and verification for problem-solving.
Memory

modelcontextprotocol/servers/memory

2
85.8k
Provides memory primitives for AI agents, enabling persistent context across conversations.
Git

modelcontextprotocol/servers/git

1
85.8k
Model Context Protocol Servers
Fetch

modelcontextprotocol/servers/fetch

0
85.8k
Provides web content fetching and HTML-to-markdown conversion to enable chunked web content access for MCP clients.
Time

modelcontextprotocol/servers/time

0
85.8k
Provides time and timezone conversion capabilities using IANA timezones with automatic system timezone detection.
Everything

modelcontextprotocol/servers/everything

0
85.8k
A test MCP server that demonstrates prompts, tools, resources, sampling, and roots interactions for client testing.