Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
npm-search-mcp-server
Claim
by
btwiuse
npm
GitHub
Developer Tools
Search
JavaScript
MIT License
47
7
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
npm-search-mcp-server
Dockerfile
.gitignore
index.ts
LICENSE
logo.png
package.json
README.md
screenshot.png
smithery.yaml
tsconfig.base.json
tsconfig.json
{ "name": "npm-search-mcp-server", "version": "0.1.1", "description": "MCP server for searching npm", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", "homepage": "https://modelcontextprotocol.io", "repository": "https://github.com/btwiuse/npm-search-mcp-server", "bugs": "https://github.com/modelcontextprotocol/servers/issues", "type": "module", "bin": { "npm-search-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1" }, "devDependencies": { "@types/node": "^22.10.5", "shx": "^0.3.4", "typescript": "^5.6.2" } }