The Bear Notes MCP server provides full read and write access to the Bear app's notes. It exposes note creation, editing, deletion, and retrieval functions. It connects directly to the Bear app's local storage and syncs with iCloud. Developers use it to build AI agents that manage notes, automate note-taking, or integrate Bear notes with other applications.
The Bear Notes MCP server provides full read and write access to the Bear app's notes. It exposes note creation, editing, deletion, and retrieval functions. It connects directly to the Bear app's local storage and syncs with iCloud. Developers use it to build AI agents that manage notes, automate note-taking, or integrate Bear notes with other applications.
npx -y bear-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"bejaminjones-bear-notes-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y bear-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from bear notes mcp?"
No configuration required. This server works out of the box.
"What resources are available in bear notes mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in bear notes mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in bear notes mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.