Japan Weather MCP Server 🌞
A simple MCP server that using 天気予報 API(livedoor 天気互換) .
Setup
Install dependencies using uv:
uv sync
Usage with Claude Desktop
{
"mcpServers": {
"Weather MPC Server": {
"command": "/path/to/your/uv", // check `which uv`
"args": [
"--directory",
"/path/to/your/jp-weather-mcp-server", //project full path
"run",
"weather.py"
]
}
}
}
Recommend MCP Servers 💡
togello-mcp-server
An MCP server that integrates with Togello to manage tasks, activities, and calendar events, providing context for applications.
anki-mcp-server
An MCP server that connects to a locally running Anki desktop app via the Anki-Connect add-on, providing functionalities for card review, creation, and search.
aibolit-mcp-server
MCP Server for Aibolit Java Static Analyzer, helping AI agents identify refactoring hotspots.
mcp-server-perplexity
MCP Server for the Perplexity API.
@dndzgz/mcp
MCP server providing real-time Zaragoza bus, tram, and Bizi bike service information
@suekou/mcp-notion-server
MCP Server for the Notion API, enabling LLM to interact with Notion workspaces. Additionally, it employs Markdown conversion to reduce context size when communicating with LLMs, optimizing token usage and making interactions more efficient.