Back to MCP Servers
Bear
Allows the AI to read from your Bear Notes (macOS only)
other-tools-and-integrationsai
By akseyh
Installation
npx -y bear-mcp-serverConfiguration
{
"mcpServers": {
"bear-mcp-server": {
"command": "npx",
"args": ["-y", "bear-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes