suseona avatar

Hive Note MCP in the Claude Code

pishio

Published: 21 Jun 2026 › Updated: 21 Jun 2026Hive Note MCP in the Claude Code

Hive Note MCP in the Claude Code

Interoperating Hive Note MCP in the Claude Code

note.suseona.com

I added an MCP (Model Context Protocol) server to Hive Note. Now, you can directly connect to your notes repository from Claude Code (or other MCP clients), upload markdowns as notes, and view and search existing notes.

This note itself was also created with the MCP create_note tool — you can do the same after completing the settings below.

Why is it necessary?

Until now, notes could only be written in a browser. Even if I said, "I want to organize this content in a notebook" while working with the Claude Code, I had to copy it myself and paste it into the app. This flow ends in one conversation with MCP interworking.

set method

Open the API token menu in the upper right avatar of the Note app.

Enter and create a label (e.g., claude-code).

The generated token will only be displayed once at this time — be sure to copy it.

Execute the registration command displayed in the dialog directly into the Claude Code.

claude mcp add --transport http hive-note https://hive-note-worker.variouscafe.workers.dev/api/mcp --header "Authorization: Bearer hn_pat_..."

Tools available

create_note — Create a markdown as a note. It supports heading, bold, list, codeblock, link, and image. It is saved as a draft.

get_note — Retrieves one note (title, body, summary, status).

list_notes — View the list of notes in order of recent modifications.

search_notes — Find related notes by searching for meaning. Since it's based on meaning, not keywords, you naturally find notes on similar topics.

Actual use example

"Upload today's work summary to my notebook" → create_note

"Show me a list of recent notes" → list_notes

Find notes related to React status management. → search_notes

security

Tokens are stored only in SHA-256 hash (plain text is not stored).

Each token only accesses your own notes.

You can discard tokens in the API token menu at any time.

Leave Hive Note MCP in the Claude Code to:

Written by

Witness, Creator of blog.suseona.com

Read more #hive posts


Best Posts From suseona

We have not curated any of pishio's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From suseona