npm @kulybaba/mcp-weather-serverstreamable-httpupdated 2mo ago
See the Build an MCP server tutorial for more information.
weather mcp で何ができる?
A Simple MCP weather Server written in TypeScript
See the Build an MCP server tutorial for more information.
インストール
weather mcp をクライアントに追加します。お使いのものを選んでください。
{
"servers": {
"mcp-weather-server": {
"type": "http",
"url": "https://kulybaba.weather.com/mcp/v3.0.0/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-weather-server -- npx -y @kulybaba/mcp-weather-servercodex mcp add mcp-weather-server -- npx -y @kulybaba/mcp-weather-serveramp mcp add mcp-weather-server -- npx -y @kulybaba/mcp-weather-server{
"mcpServers": {
"mcp-weather-server": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-weather-server": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-weather-server": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-weather-server": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-weather-server": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-weather-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-weather-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @kulybaba/mcp-weather-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
37 / 100
情報不足
- ドキュメント0/25
- メンテナンス16/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 62 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.0.3最新 | 2026年7月1日 |