MCP Directory
Back

MCPServer_WeatherApi

by bhargavmuppalla · Java · ★ 0

This is the java version of building MCP Weather server. Part of tutorial https://modelcontextprotocol.io/quickstart/server#java

Install

git clone https://github.com/bhargavmuppalla/MCPServer_WeatherApi.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcpserver-weatherapi": {
      "command": "npx",
      "args": [
        "-y",
        "github:bhargavmuppalla/MCPServer_WeatherApi"
      ]
    }
  }
}

From the README

This is the java version of building MCP Weather server. Part of tutorial https://modelcontextprotocol.io/quickstart/server#java
Read full README on GitHub →

Related other servers