MCP Server for Bear note taking app available as Claude Desktop extension or standalone server for any other AI tool
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bear-notes-mcp": {
"command": "npx",
"args": [
"-y",
"vasylenko/bear-notes-mcp"
]
}
}
}
Run in terminal:
claude mcp add bear-notes-mcp npx -y vasylenko/bear-notes-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"bear-notes-mcp": {
"command": "npx",
"args": [
"-y",
"vasylenko/bear-notes-mcp"
]
}
}
}