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)

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    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.
    Last updated
  • -
    license
    -
    quality
    -
    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.
    Last updated
  • -
    license
    -
    quality
    -
    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.
    Last updated
  • A
    license
    -
    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.
    Last updated
    65
    MIT

View all related MCP servers

Related MCP Connectors

  • Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P…

  • A basic MCP server to operate on the Postman API.

  • MCP (Model Context Protocol) server for Appwrite

View all MCP Connectors

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