dev-tool-mcp
Verified Safeby osins
Overview
An MCP (Model Context Protocol) server providing advanced web crawling, browser automation, and content extraction capabilities, with support for multiple output formats and LLM integration.
Installation
python launch_server.pyEnvironment Variables
- TEST_URL
- MCP_STREAMING_MODE
- MCP_SERVER_NAME
- MCP_DEFAULT_TOOL_TIMEOUT
- MCP_LOG_LEVEL
- OPENAI_API_KEY
Security Notes
The server demonstrates strong input validation for URLs and file paths, includes Playwright security arguments (--no-sandbox, --disable-setuid-sandbox, etc.), and explicitly states file system security measures. No 'eval' or obvious hardcoded secrets were found. However, the use of `--disable-web-security` in Playwright's launch arguments, while potentially necessary for some advanced crawling scenarios, relaxes the same-origin policy and is a notable security consideration that could, under specific circumstances, pose a risk.
Similar Servers
mcp-server-csdn
The server automatically publishes Markdown articles to the CSDN platform, acting as a tool called by a Spring AI agent.
ACI_MCP
A Node.js-based Model Context Protocol (MCP) server for managing and configuring Cisco ACI fabrics through its APIC REST API.
codex-mcp-server
Integrates OpenAI's Codex CLI with Model Context Protocol (MCP) clients to enable AI-powered code analysis, generation, and brainstorming directly within development environments.
ancplua-mcp
Provides C#/.NET Model Context Protocol (MCP) servers to expose development tools for filesystem, Git, CI, Roslyn, and multi-AI orchestration workflows.