Note-MCP-Server provides a bridge between AI assistants and the note.com API, enabling content discovery and retrieval through conversation. The implementation offers three main tools: searching articles by keyword, retrieving detailed article information, and listing articles by specific users. Built with TypeScript using the Model Context Protocol SDK, it handles API responses and error management while maintaining a clean interface to the note.com platform. This server is particularly valuable for users who want to access note.com content directly through AI assistants without switching contexts.
No reviews yet. Be the first to review!
Sign in to join the conversation
Search for articles by keyword. You can specify the maximum number of results and the starting position.
Retrieve details of an article by its ID.
Get a list of articles by username. You can specify the page size. Note that the username should be the value specified in your note's URL, not the displayed name.