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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shimayuz/note-com-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server