PluginBench
MCP Server

io.github.jkawamoto/mcp-bear MCP Server

io.github.jkawamoto/mcp-bear

What is the io.github.jkawamoto/mcp-bear MCP server?

A MCP server for interacting with Bear note-taking software.

How to install io.github.jkawamoto/mcp-bear

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BEAR_API_TOKEN
    required
    secret

    Bear API token

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-bear": {
      "command": "https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.2/mcp-bear.mcpb",
      "args": [],
      "env": {
        "BEAR_API_TOKEN": "<YOUR_BEAR_API_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-bear": {
      "command": "https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.2/mcp-bear.mcpb",
      "args": [],
      "env": {
        "BEAR_API_TOKEN": "<YOUR_BEAR_API_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-bear": {
      "command": "https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.2/mcp-bear.mcpb",
      "args": [],
      "env": {
        "BEAR_API_TOKEN": "<YOUR_BEAR_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-bear": {
      "type": "stdio",
      "command": "https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.2/mcp-bear.mcpb",
      "args": [],
      "env": {
        "BEAR_API_TOKEN": "<YOUR_BEAR_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-bear --env BEAR_API_TOKEN=<YOUR_BEAR_API_TOKEN> -- https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.2/mcp-bear.mcpb

Related MCP servers

An MCP server for processing images using Florence-2

View repository →

An MCP server for interacting with Memos.

View repository →

An MCP server retrieving transcripts of YouTube videos

View repository →