Note.com

by champaya

1 stars
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Note.com
    Command (node, npx, python, etc.) node
    Arguments
    • 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.

  4. 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"
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.