note-post-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_NAME | No | Server name override | note-post-mcp |
| NOTE_POST_MCP_TIMEOUT | No | Timeout in milliseconds for browser operations | 180000 |
| NOTE_POST_MCP_STATE_PATH | No | Path to the note.com authentication state file | ~/.note-state.json |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| publish_noteA | note.comに記事を公開します。Markdownファイルからタイトル、本文、タグを読み取り、自動的に投稿します。 |
| save_draftB | note.comに下書きを保存します。Markdownファイルからタイトル、本文、タグを読み取り、下書きとして保存します。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one publishes a note, the other saves a draft. There is no overlap in their actions, and their descriptions make the difference explicit.
Both tools follow a consistent verb_noun pattern: publish_note and save_draft. The naming style is uniform and predictable, despite the second tool using 'draft' instead of 'note'.
With only 2 tools, the server is slightly under the typical 3-15 range, but the scope is narrow and focused on posting content to note.com, so the count feels reasonable rather than overly thin.
The server covers the two primary content-creation actions: publishing and saving drafts. Minor gaps exist (e.g., no update or delete), but for the stated purpose of publishing from Markdown files, the surface is largely complete.