note-mcp-server

note-mcp-server

3.3

This project is an MCP server designed to fetch the latest articles from Note.com for a specified user ID.

The Note-MCP-Server is a project that allows users to retrieve the latest articles from Note.com by specifying a user ID. It utilizes unofficial API access and web scraping techniques to gather information. Users should be aware that these methods are not officially supported and may cease to function if Note.com changes its services. The server requires Node.js v22.14.0 and npm 10.9.2 to operate. Users are advised to make requests at appropriate intervals to avoid overloading the server.

Features

  • Fetches latest articles from Note.com for a specified user ID.
  • Utilizes unofficial API access and web scraping.
  • Requires Node.js and npm for setup and operation.
  • Includes a sample mcp.json for configuration.
  • Provides a tool to retrieve recent notes for a user.

MCP Tools

  • {'recent_notes': 'Fetches the latest articles for a specified user ID from Note.com.'}

Usage with Different Platforms

installation

bash
git clone https://github.com/yourusername/note-mcp-server.git
cd note-mcp-server
npm ci

build

bash
npm run build

cursor_usage


{
  "cursor": {
    "mcp.json": "Sample configuration file for cursor usage."
  }
}