Skip to content
Cursor

cdnjs mcp for Cursor

io.github.mrfentmen/cdnjs-mcp

Search JavaScript libraries on cdnjs. No key required.

client:Cursor transport:stdio runtime:npm

Install cdnjs mcp in Cursor

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

{
  "mcpServers": {
    "cdnjs-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cdnjs-mcp"
      ]
    }
  }
}

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

cdnjs mcp in other clients