Back to Home
annpannmannnouta-afk icon

note_MCP_server

Verified Safe

by annpannmannnouta-afk

Overview

Enables AI assistants to programmatically interact with Note.com, offering features like article search, user RSS feed retrieval, content reading, and draft creation.

Installation

Run Command
python3 /path/to/note_MCP_server/server.py

Environment Variables

  • NOTE_SESSION_COOKIE
  • NOTE_USER_AGENT

Security Notes

The server correctly handles sensitive information (session cookie) via environment variables. It does not use `eval` or other notoriously unsafe functions. The `get_note_content` tool could theoretically be directed to arbitrary URLs by the AI, leading to unintended web scraping or resource consumption, though the underlying `requests` library generally mitigates severe SSRF vulnerabilities. The `create_draft` tool relies on a user-provided session cookie and sends AI-generated HTML; if Note.com's platform does not adequately sanitize user input, there could be risks, but this is an interaction risk rather than a direct server vulnerability.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-03

Tags

Note.comMCP ServerAI IntegrationWeb ScrapingContent Management