scrapbox-cosense-mcp

scrapbox-cosense-mcp

19

Scrapbox Cosense MCP is an MCP server that interfaces with cosense/scrapbox to perform operations like fetching and searching pages, managing their content, and generating page URLs. It is organized to work seamlessly within the Claude Desktop environment through configurable settings.

What is the purpose of the Scrapbox Cosense MCP server?

The server is designed to facilitate interaction with the cosense/Scrapbox platform, allowing users to manage and interact with Scrapbox projects.

How can I install the Scrapbox Cosense MCP server?

You can install the server by cloning the repository from GitHub, installing dependencies with npm, and building the server using npm commands.

What environment variables are required for the server?

The required environment variables are COSENSE_PROJECT_NAME and COSENSE_SID for private projects. Optional variables include API_DOMAIN, SERVICE_LABEL, COSENSE_PAGE_LIMIT, and COSENSE_SORT_METHOD.

How can I debug the Scrapbox Cosense MCP server?

Debugging can be done using the MCP Inspector, which provides a URL to access debugging tools in the browser.

What search functionalities does the server support?

The server supports full-text search with basic, AND, OR, and NOT search operators across project pages.