google-keep-mcp-server
@abhayymishraa
google-keep-mcp-server について
A lightweight MCP server using Bun to fetch current and 5-day weather data from OpenWeatherMap APIs. Built with @modelcontextprotocol/sdk, Zod for validation, and Axios for API calls. Provides tools to get weather info by latitude and longitude over stdio transport.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"openweathermap-mcp-server": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is google-keep-mcp-server?
—
How to use google-keep-mcp-server?
Install dependencies with bun install and run the server with bun run index.ts in the project directory.
Key features of google-keep-mcp-server
—
Use cases of google-keep-mcp-server
—
FAQ from google-keep-mcp-server
How to install dependencies?
Run bun install in the project root.
How to run the server?
Run bun run index.ts from the project root.
What runtime is required?
The project is built with Bun (version 1.2.10), a fast JavaScript runtime.
「開発者ツール」の他のコンテンツ
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
コメント