Provides tools for managing Scrapbox pages including reading (list, get, search, links, backlinks), creating, updating, inserting lines, and deleting pages in a Scrapbox project.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Templatesearch pages containing 'API documentation'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
scrapbox-mcp
MCP server for Scrapbox API.
Run
Environment Variables
Variable | Required | Description |
| ✓ | Project name |
| ✓ | Value of |
| Tool preset (see below) | |
| Comma-separated list of tools to enable | |
| Set |
Getting the Cookie
Log in to scrapbox.io
DevTools (F12) → Application → Cookies →
https://scrapbox.ioCopy the value of
connect.sid
Tool Presets
Select available tools with SCRAPBOX_PRESET:
Preset | Tools |
| list_pages, get_page |
| list_pages, get_page, search_pages, get_links, get_backlinks |
| All tools (delete_page requires |
Custom selection: SCRAPBOX_TOOLS=list_pages,get_page,search_pages
Available Tools
Read
Tool | Description |
| List all pages in the project |
| Get page content (Scrapbox notation) |
| Full-text search |
| Get outgoing links from a page |
| Get backlinks to a page |
Write
Tool | Description |
| Create a new page |
| Update an existing page (full replacement) |
| Insert lines at a specific position (or append to end) |
| Delete a page (requires |