MCP Server
Maintained
MIT
LionScraper MCP + CLI + HTTP API (Node) MCP Server
io.github.dowant/lionscraper-node
What is the LionScraper MCP + CLI + HTTP API (Node) MCP server?
LionScraper Node: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension.
How to install LionScraper MCP + CLI + HTTP API (Node)
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lionscraper-node": {
"command": "npx",
"args": [
"-y",
"lionscraper"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"lionscraper-node": {
"command": "npx",
"args": [
"-y",
"lionscraper"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lionscraper-node": {
"command": "npx",
"args": [
"-y",
"lionscraper"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"lionscraper-node": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lionscraper"
]
}
}
}Claude Code
claude mcp add lionscraper-node -- npx -y lionscraperRelated MCP servers
LionScraper Python: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension.
1
View repository →TypeScript
MIT