R
Remnote MCP Bridge
作者 @quentintou
Connect RemNote to AI assistants via MCP (Model Context Protocol)
创建于 12/12/2025
更新于 4 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-remnote-mcp-bridge
Cursor 配置 (mcp.json)
{
"mcpServers": {
"quentintou-remnote-mcp-bridge": {
"command": "npx",
"args": [
"quentintou-remnote-mcp-bridge"
]
}
}
}