@enzyme-protocol/mcp-server
v1.0.2
Published
Enzyme MCP - Token-optimized content digestion via Chrome CDP
Maintainers
Readme
Enzyme MCP
Token-optimized content digestion via Chrome CDP.
Installation
npm install @enzyme-protocol/mcp-serverUsage
As MCP Server
Add to your MCP client configuration:
{
"mcpServers": {
"enzyme": {
"command": "npx",
"args": ["@enzyme-protocol/mcp-server"]
}
}
}Prerequisites
Chrome must be running with remote debugging enabled:
# macOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222
# Linux
google-chrome --remote-debugging-port=9222
# Windows
chrome.exe --remote-debugging-port=9222Tools
| Tool | Description |
|------|-------------|
| maps | Full page extraction + compression |
| skim | Quick extraction with CSS selector targeting |
| hydrate | Expand previously pruned sections |
License
PolyForm Noncommercial 1.0.0 - The Enzyme Project
