Stats
Actions
Tags
From scrapbox-cosense
Provides access to Scrapbox note-taking projects via Cosense for reading, searching, and managing pages/notes. Runs locally as stdio subprocess. Requires COSENSE_SID and COSENSE_PROJECT_NAME env vars.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"scrapbox-cosense": {
"command": "npx",
"args": [
"-y",
"scrapbox-cosense-mcp"
],
"env": {
"COSENSE_SID": "",
"COSENSE_PROJECT_NAME": ""
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
COSENSE_SID=COSENSE_PROJECT_NAME=npx claudepluginhub worldnine/scrapbox-cosense-mcp