
mcp server quickstart
基于 Zenn 文章的 MCP 服务器实现,用于获取美国气象信息。
Repository Info
About This Server
基于 Zenn 文章的 MCP 服务器实现,用于获取美国气象信息。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
mcp-server-quickstart
Zenn記事「MCPサーバー自作入門」の実装例です。
概要
National Weather Service (NWS) APIを使用して、米国の気象情報を取得するMCPサーバーです。
機能
- 緯度経度を指定して天気予報を取得
- 米国内の地域のみサポート
使用方法
- インストール
npm install
- ビルド
npm run build
- Cursorの設定
.cursor/mcp.jsonに以下の設定を追加:
{
"mcpServers": {
"weather-forecast": {
"command": "node",
"args": [
"./build/index.js"
]
}
}
}
ライセンス
ISC
Quick Start
Clone the repository
git clone https://github.com/sohta3/mcp-server-quickstartInstall dependencies
cd mcp-server-quickstart
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.