note-com-mcp (shimayuz/note-com-mcp) is an MCP server listed on the M8ven Trust Index. It scores 69 out of 100, grade C. It declares 47 tools. No publisher has claimed this listing.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

shimayuz

Source: ModelScope

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
8 flows detected: NOTE_PASSWORD, NOTE_XSRF_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 4 credentials: NOTE_GQL_AUTH_TOKEN, NOTE_PASSWORD, NOTE_XSRF_TOKEN, NOTION_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes47 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

search-notes

note.comの記事を検索

post-draft-note

下書き記事を作成・更新

analyze-notes

記事の詳細分析を行う(競合分析やコンテンツ成果の比較等)

get-note

記事の詳細情報を取得する

search-users

ユーザーを検索する

get-user

ユーザーの詳細情報を取得する

get-user-notes

ユーザーの記事一覧を取得する

get-comments

記事へのコメント一覧を取得する

post-draft-note-with-images

画像付きの下書き記事を作成する(API経由で画像を本文に挿入)

post-comment

記事にコメントを投稿する

get-likes

記事のスキ一覧を取得する

like-note

記事にスキをする

unlike-note

記事のスキを削除する

search-magazines

マガジンを検索する

get-magazine

マガジンの詳細情報を取得する

get-category-notes

カテゴリーに含まれる記事一覧を取得する

get-stats

ダッシュボードのPV統計情報を取得する

add-magazine-note

マガジンに記事を追加する

remove-magazine-note

マガジンから記事を削除する

list-categories

カテゴリー一覧を取得する

list-hashtags

ハッシュタグ一覧を取得する

get-hashtag

ハッシュタグの詳細を取得する

get-search-history

検索履歴を取得する

list-contests

コンテスト一覧を取得する

get-notice-counts

通知件数を取得する

get-test-membership-summaries

テスト用:加入済みメンバーシップ一覧をダミーデータで取得する

get-test-membership-notes

テスト用:メンバーシップの記事一覧をダミーデータで取得する

get-membership-summaries

加入済みメンバーシップ一覧を取得する

get-membership-plans

自分のメンバーシッププラン一覧を取得する

get-circle-info

サークル情報を取得する

get-membership-notes

メンバーシップの記事一覧を取得する

get-my-notes

自分の記事一覧(下書きを含む)を取得する

open-note-editor

記事の編集ページを開く

search-all

note全体検索(ユーザー、ハッシュタグ、記事など)

upload-image

note.comに画像をアップロード(アイキャッチ画像用。本文画像は publish-from-obsidian を使用)

upload-images-batch

note.comに複数の画像を一括アップロード

edit-note

既存の記事を編集する

publish-note

下書き状態の記事を公開する

list-notion-pages

List pages from a Notion database

get-notion-page

Get detailed information about a Notion page

preview-notion-to-note

Preview how a Notion page will be converted to note.com format

import-notion-to-note

Import a Notion page to note.com as a draft

convert-obsidian-markdown

Obsidian MarkdownをnoteのHTML形式に変換(画像はプレースホルダーに置換)

prepare-obsidian-draft

Obsidian記事をnote下書き用に準備(画像情報を含む)

publish-from-obsidian

Obsidian記事をnoteに公開(エディタUI操作で書式を適用、画像を自動挿入)

insert-images-to-note

noteエディタで本文に画像を挿入(Playwright使用)

publish-from-obsidian-remote

Obsidian記事をnoteに公開(画像データをBase64で受信、リモートサーバー用)

// known CVEs in dependencies1 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.25.2GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configMCP_HTTP_HOSTデフォルトのバインドアドレスは127.0.0.1です。環境変数で変更できます。
configMCP_HTTP_PORTリモートクライアントやn8nから接続するためのHTTPベースの接続方式です。環境変数または--httpフラグで有効化されます。
configNOTE_ALL_COOKIES
configNOTE_EMAIL1. / NOTE_PASSWORD が設定されている場合、Playwrightでheadlessログインを実行し、最新のセッションCookieを自動取得
🔐 secretNOTE_GQL_AUTH_TOKEN
🔐 secretNOTE_PASSWORD1. NOTE_EMAIL / が設定されている場合、Playwrightでheadlessログインを実行し、最新のセッションCookieを自動取得
configNOTE_SESSION_V5
configNOTE_USER_ID
🔐 secretNOTE_XSRF_TOKEN
🔐 secretNOTION_TOKEN
configPLAYWRIGHT_HEADLESS
configPLAYWRIGHT_NAV_TIMEOUT_MS
// quality suggestions

Dependencies

6 runtime dependencies (4 dev), 1 flagged: playwright

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

47/47 tools missing one or more hints — search-notes (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); post-draft-note (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); analyze-notes (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +44 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Destructive tools are labelled

1 tool perform destructive updates without destructiveHint — publish-from-obsidian-remote deletes at line 973 (fs.rmSync(tempDir, { recursive: true, force: true }))

Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Secrets not logged

63 secret values sent to error

Redact or omit secret values from log output.

Production dependencies are patched

0 critical, 1 high severity in production deps — @modelcontextprotocol/sdk@1.25.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

1/6 production deps stale: node-fetch@2023-11-30 (2.8y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/shimayuz/note-com-mcp?variant=verified)](https://m8ven.ai/mcp/shimayuz/note-com-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: c65207401fc2b323188aabb0e1ea9a0c0e51ab38
code hash: e2c25e3adbcb0a941facc65bb7a705ca5621ce80e1ac469de6b2ccf0e16338db
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client