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.
开发工具 分类下的更多 MCP 服务器
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents

Sentry
modelcontextprotocolModel Context Protocol Servers
评论