Back to Home
apkmethedisalpha icon

note-com-mcp

Verified Safe

by apkmethedisalpha

Overview

This server acts as a Model Context Protocol (MCP) gateway to the note.com API, enabling AI agents and automation tools like n8n, Cursor, and ChatGPT to search, analyze, and manage notes on the note.com platform.

Installation

Run Command
npm run start:http

Environment Variables

  • DEBUG
  • NOTE_SESSION_V5
  • NOTE_XSRF_TOKEN
  • NOTE_GQL_AUTH_TOKEN
  • NOTE_EMAIL
  • NOTE_PASSWORD
  • NOTE_USER_ID
  • MCP_HTTP_PORT
  • MCP_HTTP_HOST
  • NOTE_ALL_COOKIES

Security Notes

The server primarily relies on environment variables (.env file) for sensitive data like note.com session cookies, XSRF tokens, email, and password. While this prevents hardcoding in the source, it shifts the responsibility of securing the .env file to the user. The HTTP server's default CORS setting is '*' (allow all origins), which could be a risk if exposed directly to the internet without a protective proxy (like Nginx or Cloudflare Tunnel) with stricter access controls. Debug logs can output sensitive API responses and request bodies if `DEBUG` is enabled. The `degenerator` dependency, used for PAC file resolution, involves dynamic code generation, but within a standard, isolated context not directly exposed to arbitrary user input.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-15

Tags

Note ManagementAI IntegrationAPI ProxyAutomationMCP Server