note.com MCP Server
by shimayuz
This MCP server allows you to perform article viewing, posting, and user information retrieval from Claude Desktop using the note.com API. It provides various tools and prompt templates for interacting with note.com content.
Last updated: N/A
What is note.com MCP Server?
This is an MCP server designed to interact with the note.com API, enabling users to perform actions like searching, viewing, posting articles, and managing user information directly from Claude Desktop.
How to use note.com MCP Server?
- Clone the repository. 2. Install dependencies using npm or yarn. 3. Configure environment variables (including note.com authentication cookies if needed). 4. Build the TypeScript project. 5. Configure Claude Desktop to use the server by adding it to the
mcpServers
configuration. 6. Use queries in Claude Desktop to interact with note.com.
Key features of note.com MCP Server
Article search and viewing
User search and profile viewing
Article posting (drafts)
Comment viewing and posting
Like management (get, add, delete)
Magazine search and viewing
Category article viewing
PV statistics retrieval
Content idea generation and competitor analysis
Use cases of note.com MCP Server
Searching for articles on note.com based on keywords
Analyzing user profiles and articles
Generating content ideas for note.com
Automating article posting and commenting
Retrieving PV statistics for articles
FAQ from note.com MCP Server
Server fails to start
Server fails to start
Verify that the .env
file is correctly configured, Node.js version is 18 or higher, dependencies are installed (npm install
), and TypeScript is built (npm run build
).
Authentication error occurs
Authentication error occurs
Ensure the Cookie values are up to date (they may have expired). Try setting both Cookie values (note_gql_auth_token
and _note_session_v5
). Verify if the function requires authentication.
API error occurs
API error occurs
The note.com API specifications may have changed. Obtain the latest version of the server or check and modify the code where the error occurred.
What is an MCP server?
What is an MCP server?
MCP stands for Multi-Capability Provider. In this context, it's a server that provides Claude Desktop with the capability to interact with the note.com API.
Are there any limitations to using this server?
Are there any limitations to using this server?
Yes, this server uses the unofficial note.com API. API specification changes may cause some or all functions to stop working. Cookie authentication has an expiration date and requires periodic updates. Please adhere to the note.com terms of service.