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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Search for articles using a keyword. Parameters: maxResults (optional integer), startPosition (optional integer)
Retrieve details of an article by its ID. Parameters: articleId (string)
Get a list of articles by username. Parameters: username (string), pageSize (optional integer)