Note.com
About
Bridges AI systems with note.com's API for searching articles by keyword, retrieving detailed information, and listing user-specific content without context switching.
Details
- Author
- champaya
- Repository
- champaya/note-mcp
- GitHub stars
- 1
- Categories
- AI, Design, Developer Tools, Search, API, Knowledge Base, Infrastructure
- Tags
- #integration
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Note.comCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/path/absolute/your-repository-root/dist/index.js
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
search-articles
Search for articles using a keyword. You can specify the maximum number of results and the starting position.
get-article-details
Retrieve details of an article using its ID.
get-user-articles
Get a list of articles by a 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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"note.com": {
"env": {},
"args": [
"/path/absolute/your-repository-root/dist/index.js"
],
"command": "node"
}
}
}
Linux
{
"env": [],
"args": [
"/path/absolute/your-repository-root/dist/index.js"
],
"command": "node"
}
Macos
{
"env": [],
"args": [
"/path/absolute/your-repository-root/dist/index.js"
],
"command": "node"
}
Windows
{
"env": [],
"args": [
"/path/absolute/your-repository-root/dist/index.js"
],
"command": "node"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




