MCP Server
Maintained
MIT
io.github.alisaitteke/npm-mcp MCP Server
io.github.alisaitteke/npm-mcp
What is the io.github.alisaitteke/npm-mcp MCP server?
MCP server for npm package management, security analysis, and compatibility checking
How to install io.github.alisaitteke/npm-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"npm-mcp": {
"command": "npx",
"args": [
"-y",
"@alisaitteke/npm-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"npm-mcp": {
"command": "npx",
"args": [
"-y",
"@alisaitteke/npm-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"npm-mcp": {
"command": "npx",
"args": [
"-y",
"@alisaitteke/npm-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"npm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alisaitteke/npm-mcp"
]
}
}
}Claude Code
claude mcp add npm-mcp -- npx -y @alisaitteke/npm-mcpRelated MCP servers
Control Adobe Photoshop from AI assistants via natural language commands in your IDE or standalone web UI.
146
View repository →TypeScript
io.github.alisaitteke/noun-mcp
Maintained
MCP server for The Noun Project - search and download icons directly in Cursor AI and Claude
3
View repository →TypeScript
MIT
io.github.alisaitteke/docker-mcp
Maintained
MCP server for managing Docker containers, images, networks, volumes, and registries
2
View repository →TypeScript