drio
Open app

note.com MCP Server

Source

note.com API を利用するModel Context Protocol (MCP) サーバー

Catalog onlyCatalog onlySTDIO

Overview

The note.com MCP Server is a Model Context Protocol (MCP) server that utilizes the note.com API to enable article viewing, posting, and user information retrieval from Claude Desktop.

To use the MCP Server, clone the repository, install dependencies, set up environment variables, and integrate it with Claude Desktop to execute queries related to note.com articles and users.

  • Search and view articles - Search for users and view profiles - Post articles (drafts) - View and post comments - Manage likes (retrieve, add, delete) - Search and view magazines - View category articles - Retrieve PV statistics - Generate content ideas and perform competitor analysis
  1. Searching for popular articles on programming on note.com
  2. Analyzing user articles to determine popularity factors
  3. Generating article ideas for marketing topics

Add to your AI client

Use these steps to connect note.com MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "note-mcp-server-shimayuz": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-note-mcp-server-shimayuz"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "note-mcp-server-shimayuz": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-note-mcp-server-shimayuz"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "note-mcp-server-shimayuz": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-note-mcp-server-shimayuz"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "note-mcp-server-shimayuz": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-note-mcp-server-shimayuz"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "note-mcp-server-shimayuz": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-note-mcp-server-shimayuz"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "note-mcp-server-shimayuz": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-note-mcp-server-shimayuz"
      ]
    }
  }
}

FAQ

Is the MCP Server official?

No, it utilizes the unofficial note.com API.

Do I need a note.com account?

Yes, an account is required for posting articles and comments.

What are the prerequisites for setup?

You need Node.js, npm or yarn, and a note.com account.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3235,"uuid":"8e08776e-ecd9-42d2-939c-37f2545f5b7d","name":"note-mcp-server","title":"note.com MCP Server","description":"note.com API を利用するModel Context Protocol (MCP) サーバー","avatar_url":"https://avatars.githubusercontent.com/u/127458383?v=4","created_at":"2025-03-18T08:03:35.276Z","updated_at":"2025-03-18T14:34:20.130Z","status":"created","author_name":"shimayuz","author_avatar_url":"https://avatars.githubusercontent.com/u/127458383?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/shimayuz/note-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"12\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-05-30 14:05:05\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]