npms mcp for Cursor
io.github.mrfentmen/npms-mcp
Keyless MCP server for npms.io: npm package quality, popularity and maintenance scores plus search.
client:Cursor
transport:stdio
runtime:npm
Install npms mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"npms-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"npms-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs