note.com MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging (set to 'true' to enable) | |
| NOTE_EMAIL | No | Your note.com account email address | |
| NOTE_USER_ID | No | Your note.com user ID | |
| MCP_HTTP_HOST | No | The host for HTTP/SSE transport server | 127.0.0.1 |
| MCP_HTTP_PORT | No | The port for HTTP/SSE transport server | 3000 |
| NOTE_PASSWORD | No | Your note.com account password | |
| NOTE_SESSION_V5 | No | Your note_session_v5 cookie value from browser | |
| NOTE_XSRF_TOKEN | No | Your note_xsrf_token cookie value from browser | |
| NOTE_GQL_AUTH_TOKEN | No | Your note_gql_auth_token cookie value from browser (required for draft editing features) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search-notesC | 記事を検索する |
| analyze-notesC | 記事の詳細分析を行う(競合分析やコンテンツ成果の比較等) |
| get-noteC | 記事の詳細情報を取得する |
| search-usersC | ユーザーを検索する |
| get-userC | ユーザーの詳細情報を取得する |
| get-user-notesC | ユーザーの記事一覧を取得する |
| get-commentsC | 記事へのコメント一覧を取得する |
| post-draft-noteC | 下書き状態の記事を投稿する(Markdown形式の本文を自動でHTMLに変換) |
| post-commentC | 記事にコメントを投稿する |
| get-likesC | 記事のスキ一覧を取得する |
| like-noteC | 記事にスキをする |
| unlike-noteC | 記事のスキを削除する |
| search-magazinesC | マガジンを検索する |
| get-magazineC | マガジンの詳細情報を取得する |
| get-category-notesC | カテゴリーに含まれる記事一覧を取得する |
| get-statsC | ダッシュボードのPV統計情報を取得する |
| add-magazine-noteC | マガジンに記事を追加する |
| remove-magazine-noteC | マガジンから記事を削除する |
| list-categoriesB | カテゴリー一覧を取得する |
| list-hashtagsB | ハッシュタグ一覧を取得する |
| get-hashtagC | ハッシュタグの詳細を取得する |
| get-search-historyC | 検索履歴を取得する |
| list-contestsB | コンテスト一覧を取得する |
| get-notice-countsC | 通知件数を取得する |
| get-test-membership-summariesA | テスト用:加入済みメンバーシップ一覧をダミーデータで取得する |
| get-test-membership-notesB | テスト用:メンバーシップの記事一覧をダミーデータで取得する |
| get-membership-summariesC | 加入済みメンバーシップ一覧を取得する |
| get-membership-plansB | 自分のメンバーシッププラン一覧を取得する |
| get-circle-infoC | サークル情報を取得する |
| get-membership-notesC | メンバーシップの記事一覧を取得する |
| get-my-notesC | 自分の記事一覧(下書きを含む)を取得する |
| open-note-editorC | 記事の編集ページを開く |
| search-allC | note全体検索(ユーザー、ハッシュタグ、記事など) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| note-search | |
| competitor-analysis | |
| content-idea-generation | |
| article-analysis |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 33 tools
Most tools have distinct purposes targeting specific resources and actions, such as 'get-note' for article details versus 'get-user-notes' for user articles. However, some overlap exists, like 'search-notes' and 'search-all' which might cause confusion, and 'get-membership-notes' versus 'get-test-membership-notes' are similar but differentiated by test data. Overall, descriptions help clarify boundaries, but minor ambiguities remain.
The tools follow a consistent kebab-case pattern throughout, with clear verb-noun structures like 'get-note', 'post-comment', and 'search-users'. There are minor deviations, such as 'analyze-notes' using a verb that doesn't align with the common 'get' or 'list' patterns, and 'open-note-editor' being more specific. The naming is mostly predictable and readable, supporting easy identification.
With 33 tools, the count is borderline high for a note-taking or content platform server, as it includes many specific retrieval and search functions. While the scope covers articles, users, magazines, and memberships comprehensively, the number feels heavy and could overwhelm agents. It's reasonable but leans toward being over-scoped, especially with test tools that might not be necessary in production.
The tool set provides complete coverage for the note.com domain, including CRUD operations for articles (e.g., 'post-draft-note', 'get-note'), social interactions ('like-note', 'post-comment'), and management features for magazines, memberships, and categories. There are no obvious gaps; agents can perform full workflows from creation to analysis and interaction without dead ends.