ParkJong-Hun

Get My Notion MCP Server

Community ParkJong-Hun
Updated

mcp for my-notion

Get My Notion MCP Server

A Model Context Protocol (MCP) server that provides access to the my-notion GitHub repository data. This server allows AI assistants like Claude and Cursor to fetch the latest files, content, and commit information from the repository.

โœจ Features

  • ๐Ÿ“ Browse Files: List files and directories in the repository
  • ๐Ÿ“„ Read Content: Get the content of any file
  • ๐Ÿ”„ Track Changes: Check the latest commit information
  • ๐Ÿ”— Repository Info: Access repository metadata

๐Ÿš€ Quick Start

Install via npm

npm install -g @parkjonghun/get-my-notion-mcp

Configure with Claude Code

claude mcp add get-my-notion-mcp -- npx -y @parkjonghun/get-my-notion-mcp

Configure with Cursor

Add to your Cursor settings:

{
  "mcpServers": {
    "get-my-notion-mcp": {
      "command": "npx",
      "args": ["-y", "@parkjonghun/get-my-notion-mcp"]
    }
  }
}

Settings location:

  • macOS: ~/Library/Application Support/Cursor/User/settings.json
  • Windows: %APPDATA%\Cursor\User\settings.json
  • Linux: ~/.config/Cursor/User/settings.json

๐Ÿ’ฌ Example Usage

Once configured, try these commands:

  • "List all files in the my-notion repository"
  • "Show me the README.md content"
  • "What's the latest commit?"
  • "Browse the src directory"

๐Ÿ”ง Alternative Installation Methods

Option 1: Build from Source (If npm install fails)

# Clone and build
git clone https://github.com/ParkJong-Hun/get-my-notion-mcp.git
cd get-my-notion-mcp
npm run build
npm link

Then use:

# Claude Code
claude mcp add get-my-notion-mcp -- get-my-notion-mcp

# Cursor
{
  "mcpServers": {
    "get-my-notion-mcp": {
      "command": "get-my-notion-mcp"
    }
  }
}

Option 2: Direct Binary Path

# Build
cargo build --release

# Use full path
./target/release/get-my-notion-mcp

Configuration:

{
  "mcpServers": {
    "get-my-notion-mcp": {
      "command": "/full/path/to/target/release/get-my-notion-mcp"
    }
  }
}

๐Ÿ“š Documentation

  • API Reference - Detailed tool and resource documentation
  • Development Guide - Contributing and building from source
  • Deployment Guide - Advanced installation and configuration

๐Ÿ”ง How It Works

This MCP server connects to the my-notion GitHub repository and provides three main tools:

  • list_files - Browse repository structure
  • get_file_content - Read any file content
  • get_latest_commit - Get current commit info

All data is fetched in real-time from the GitHub API, so you always get the latest information.

โšก Requirements

  • No authentication needed (uses public GitHub API)
  • Internet connection for GitHub API access
  • Rate limit: 60 requests per hour

๐Ÿ› ๏ธ Troubleshooting

Connection issues? Verify internet access and GitHub API availability.

Rate limits? The server handles GitHub's 60 requests/hour limit automatically.

Installation problems? Check our Deployment Guide for alternative methods.

๐Ÿ“„ License

MIT License - see LICENSE for details.

๐Ÿ”— Links

MCP Server ยท Populars

MCP Server ยท New

    conorluddy

    Context-Pods

    ๐Ÿซ› Local-first Model Context Protocol management suite. Provides an MCP to create and manage other local MCPs. Useful for local Tooling etc.

    Community conorluddy
    vfarcic

    DevOps AI Toolkit

    Intelligent dual-mode agent for deploying applications to ANY Kubernetes cluster through dynamic discovery and plain English governance

    Community vfarcic
    paiml

    Depyler

    Compiles Python to Rust, helping transition off of Python to Energy Efficient and Safe Rust Code

    Community paiml
    campfirein

    Cipher

    Cipher is an opensource memory layer specifically designed for coding agents. Compatible with Cursor, Windsurf, Claude Desktop, Claude Code, Gemini CLI, AWS's Kiro, VS Code, and Roo Code through MCP, and coding agents, such as Kimi K2. Built by https://byterover.dev/

    Community campfirein
    neilberkman

    Clippy ๐Ÿ“Ž

    Unified clipboard tool for macOS that intelligently handles both text and file copying

    Community neilberkman