← Index

io.github.Darko893/mcp-server

io.github.Darko893/mcp-server·v1.0.3·Developer Tools
Quality Score
85
/100

MCP web extraction for Claude and Cursor: turn any URL into structured JSON with Haunt API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hauntapi/mcp-server"
      ],
      "env": {
        "HAUNT_API_KEY": "<your-haunt_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hauntapi/mcp-server"
      ],
      "env": {
        "HAUNT_API_KEY": "<your-haunt_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hauntapi/mcp-server
§02  Environment variables
HAUNT_API_KEY
requiredsecret

Haunt API key from https://hauntapi.com

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools