MCP Server
io.github.lazymac2x/smart-data-extractor MCP Server
io.github.lazymac2x/smart-data-extractor
What is the io.github.lazymac2x/smart-data-extractor MCP server?
smart-data-extractor MCP server on Cloudflare Workers · REST + MCP JSON-RPC · free tier
How to install io.github.lazymac2x/smart-data-extractor
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": {
"smart-data-extractor": {
"command": "npx",
"args": [
"-y",
"lazymac-mcp-smart-data-extractor"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"smart-data-extractor": {
"command": "npx",
"args": [
"-y",
"lazymac-mcp-smart-data-extractor"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smart-data-extractor": {
"command": "npx",
"args": [
"-y",
"lazymac-mcp-smart-data-extractor"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"smart-data-extractor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lazymac-mcp-smart-data-extractor"
]
}
}
}Claude Code
claude mcp add smart-data-extractor -- npx -y lazymac-mcp-smart-data-extractorRelated MCP servers
Cloudflare Workers MCP server: agent-loop-detector
View repository →Cloudflare Workers MCP server: agent-trace-auditor
View repository →Cloudflare Workers MCP server: agent-workflow-engine
View repository →Cloudflare Workers MCP server: ai-agent-scratchpad
View repository →