note-mcp-server
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."
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
mcp-server-weibo
by Selenium39
The Weibo MCP Server (TypeScript Version) is designed for scraping Weibo user information, feeds, and search functionality using the Model Context Protocol.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
browser-tools-mcp
by AgentDeskAI
BrowserTools MCP is a browser monitoring and interaction tool that enhances AI applications by capturing and analyzing browser data through a Chrome extension.