Skip to main content
Glama
masseater

MCP Template

by masseater

scrapbox-mcp

MCP server for Scrapbox API.

Run

bunx @r_masseater/scrapbox-mcp@latest

Related MCP server: My Awesome MCP

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)

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A basic MCP server template that provides a foundation for building custom tools, resources, and prompts. Serves as a starting point for developers to create their own MCP server functionality.
    -
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A basic MCP server template built with FastMCP framework that provides example tools for echoing messages and retrieving server information. Serves as a starting point for building custom MCP servers with both stdio and HTTP transport support.
    -
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A basic MCP server template with example tools for echoing messages and retrieving server information. Built with FastMCP framework and supports both stdio and HTTP transports for integration with various clients.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    A simple example MCP server built with Bun that provides basic utility tools including current time retrieval, message echoing, and number addition. Serves as a template for building MCP servers with Bun runtime.
    32 npm
    MIT