scrapbox-cosense-mcp

scrapbox-cosense-mcp

3.4

If you are the rightful owner of scrapbox-cosense-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server for cosense/scrapbox, providing functionalities to interact with Scrapbox projects.

The Scrapbox Cosense MCP server is designed to facilitate interaction with Scrapbox projects through the Model Context Protocol (MCP). It provides a set of tools to manage and retrieve information from Scrapbox projects, such as fetching page content, listing pages, and performing full-text searches. The server is built using Node.js and can be integrated with various platforms, including Claude Desktop. It supports both public and private projects, requiring authentication for the latter. The server is highly configurable through environment variables, allowing users to set project-specific parameters like page limits and sorting methods. Debugging is supported via the MCP Inspector, which helps in monitoring and troubleshooting the server's operations.

Features

  • get_page: Fetches page content from cosense/Scrapbox, including metadata and links.
  • list_pages: Retrieves a list of page titles within a project, up to 1000 pages.
  • search_pages: Performs full-text search across project pages, supporting various search operators.
  • create_pages: Generates URLs for new pages, allowing them to be opened in a browser.