Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub wolfiesch/spreadsheet-peek --plugin spreadsheet-peekCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"spreadsheet-peek": {
"command": "node",
"args": [
"-e",
"const fs=require('node:fs');const path=require('node:path');const {pathToFileURL}=require('node:url');const roots=[process.env.CLAUDE_PLUGIN_ROOT,process.env.CODEX_PLUGIN_ROOT,process.cwd(),__dirname].filter(Boolean);let launcher;for(const root of roots){const candidate=path.resolve(root,'mcp-app','bin','run-server.mjs');if(fs.existsSync(candidate)){launcher=candidate;break;}}if(!launcher){console.error('Unable to locate spreadsheet-peek MCP launcher under mcp-app/bin');process.exit(1);}import(pathToFileURL(launcher).href).catch((error)=>{console.error(error);process.exit(1);});"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.