MCP Server
Web Content Extract Mcp MCP Server
io.github.varvararatta/web_content_extract_mcp
What is the Web Content Extract Mcp MCP server?
Web Content Extract Mcp connects AI agents to real public APIs via MCP. Tools include
How to install Web Content Extract Mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"web_content_extract_mcp": {
"url": "https://web-content-extract-mcp.mcpize.run/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"web_content_extract_mcp": {
"serverUrl": "https://web-content-extract-mcp.mcpize.run/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"web_content_extract_mcp": {
"type": "http",
"url": "https://web-content-extract-mcp.mcpize.run/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"web_content_extract_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://web-content-extract-mcp.mcpize.run/mcp"
]
}
}
}Claude Code
claude mcp add --transport http web_content_extract_mcp https://web-content-extract-mcp.mcpize.run/mcpRelated MCP servers
Transform your data analysis with our Data Compute & Stats Bot. Effortlessly calculate descriptive
View repository →