Skip to main content
Glama
masseater

MCP Template

by masseater

scrapbox-mcp

MCP server for Scrapbox API.

Run

bunx @r_masseater/scrapbox-mcp@latest

Environment Variables

Variable

Required

Description

SCRAPBOX_PROJECT

Project name

SCRAPBOX_COOKIE

Value of connect.sid cookie

SCRAPBOX_PRESET

Tool preset (see below)

SCRAPBOX_TOOLS

Comma-separated list of tools to enable

SCRAPBOX_ENABLE_DELETE

Set true to enable delete_page

  1. Log in to scrapbox.io

  2. DevTools (F12) → ApplicationCookieshttps://scrapbox.io

  3. Copy the value of connect.sid

Tool Presets

Select available tools with SCRAPBOX_PRESET:

Preset

Tools

minimal

list_pages, get_page

readonly

list_pages, get_page, search_pages, get_links, get_backlinks

full (default)

All tools (delete_page requires SCRAPBOX_ENABLE_DELETE=true)

Custom selection: SCRAPBOX_TOOLS=list_pages,get_page,search_pages

Available Tools

Read

Tool

Description

list_pages

List all pages in the project

get_page

Get page content (Scrapbox notation)

search_pages

Full-text search

get_links

Get outgoing links from a page

get_backlinks

Get backlinks to a page

Write

Tool

Description

create_page

Create a new page

update_page

Update an existing page (full replacement)

insert_lines

Insert lines at a specific position (or append to end)

delete_page

Delete a page (requires SCRAPBOX_ENABLE_DELETE=true)

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/masseater/scrapbox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server