Bear MCP Server logo

Bear MCP Server

by bart6114

The Bear MCP Server allows AI assistants like Claude to read notes from the Bear note-taking app. It connects directly to the Bear SQLite database in read-only mode, ensuring data safety.

View on GitHub

Last updated: N/A

What is Bear MCP Server?

The Bear MCP Server is a Model Context Protocol server that enables AI assistants to access and read notes from the Bear app. It provides a read-only interface to the Bear SQLite database.

How to use Bear MCP Server?

The server can be installed using npx github:bart6114/my-bear-mcp-server or by cloning the repository and running it locally. Configuration is required in the Claude Desktop App or VS Code Extension to point to the server.

Key features of Bear MCP Server

  • Read-only access to Bear notes

  • Integration with Claude AI assistant

  • Supports searching, opening, and listing notes and tags

  • Easy installation via npx or local clone

Use cases of Bear MCP Server

  • Allowing AI assistants to summarize Bear notes

  • Enabling AI to answer questions based on Bear notes content

  • Automating note retrieval through AI commands

  • Integrating Bear notes into AI-powered workflows

FAQ from Bear MCP Server

Is my Bear data safe?

Yes, the server connects in read-only mode, ensuring no modifications can be made to your notes.

What AI assistants are supported?

The server is primarily designed for Claude AI, but may work with other AI assistants that support MCP.

How do I configure the server for Claude?

You need to add the server configuration to the Claude Desktop App or VS Code Extension configuration file.

Can I modify my notes using this server?

No, the server only provides read-only access. Write operations are not supported.

What if my Bear database is in a non-standard location?

You can specify the database path using the --db-path argument when running the server.