Skip to content
Cursor

ScriptDocs MCP for Cursor

io.github.timwal78/scriptdocs-mcp-server

Real, live npm/PyPI docs and OSV.dev vulnerability data for AI coding agents. No fake data.

client:Cursor transport:stdio runtime:npm

Install ScriptDocs MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "scriptdocs-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scriptmasterlabs/scriptdocs-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ScriptDocs MCP in other clients