getnote-mcp
by iswalle · JavaScript · ★ 55
GetNote For MCP
#getnote#mcp#model-context-protocol
Install
npx -y github:iswalle/getnote-mcp Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"getnote-mcp": {
"command": "npx",
"args": [
"-y",
"github:iswalle/getnote-mcp"
]
}
}
} From the README
[](https://mseep.ai/app/iswalle-getnote-mcp)
MCP (Model Context Protocol) server for [Get笔记](https://biji.com) Open API.
Get笔记是一款个人笔记管理工具。通过此 MCP Server,AI 模型可以帮助用户管理笔记。
> 🔑 **获取 API Key**:https://www.biji.com/openapi
- 用户说「帮我记一下」「保存到笔记」「记录下来」→
- 用户说「改一下这个笔记」「更新笔记内容」→
- 用户说「查一下我的笔记」「找找之前的笔记」→
- 用户说「搜一下」「找找我哪些笔记提到了 XX」→
- 用户说「在 XX 知识库搜一下」→
- 用户分享了一个链接,说「保存这个」→ (链接笔记)
- 用户说「给这个笔记加个标签」→
Exposes the following tools to AI models:
| Tool | Description |
|------|-------------|
| | 获取笔记列表(游标分页) |
| | 获取笔记详情(支持 获取原图) |
| | 新建笔记(纯文本/链接/图片,见下方类型说明) |
| | 更新笔记(标题/内容/标签,仅支持 plain_text 类型)…
Read full README on GitHub →
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related security servers
servers
modelcontextprotocol
Official ★ 84,814
Model Context Protocol Servers
Security · TypeScript
typescript-sdk
modelcontextprotocol
Official ★ 12,307
The official TypeScript SDK for Model Context Protocol servers and clients
Security · TypeScript
grafbase
grafbase
★ 1,228
[Acquired by The Guild] The Grafbase GraphQL Federation Gateway
Security · Rust
vulnerable-mcp-servers-lab
appsecco
★ 255
A collection of servers which are deliberately vulnerable to learn Pentesting MCP Servers.
Security · JavaScript
claude-ai-mcp
anthropics
Official ★ 236
claude-ai-mcp — MCP server.
Security
dedalus-mcp-python
dedalus-labs
★ 154
A simple and performant Model Context Protocol framework for Python.
Security · Python