MCP Server for Bear note taking app available as Claude Desktop extension or standalone server for any other AI tool
{
"mcpServers": {
"bear-notes": {
"command": "npx",
"args": [
"-y",
"bear-notes-mcp"
]
}
}
}