Npm Search
Rank #43,352io.github.ofershap/npm-search
MCP server providing npm-search capabilities
Npm Search is a Model Context Protocol (MCP) server published by ofershap. It ranks #43,352 of 115,591 servers tracked on MCP Toplist. Npm Search is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Feb 13, 2026 and most recently updated on Mar 10, 2026.
Ranks ahead of 72,239 of 115,591 servers on MCP Toplist.
Use Npm Search
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add npm-search -- npx -y mcp-server-npm-search[mcp_servers.npm-search]
command = "npx"
args = ["-y", "mcp-server-npm-search"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"npm-search": {
"command": "npx",
"args": [
"-y",
"mcp-server-npm-search"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"npm-search": {
"command": "npx",
"args": [
"-y",
"mcp-server-npm-search"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"npm-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-npm-search"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"npm-search": {
"command": "npx",
"args": [
"-y",
"mcp-server-npm-search"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"npm-search": {
"command": "npx",
"args": [
"-y",
"mcp-server-npm-search"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ofershap%2Fnpm-search)<a href="https://mcptoplist.com/server/io.github.ofershap%2Fnpm-search"><img src="https://mcptoplist.com/badge/io.github.ofershap%2Fnpm-search.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
ofershap
Other servers by ofershap
- Real Browser#3,520 · 2 vers
- Ai Context Kit#10,362 · 2 vers
- Markdown#14,906 · 2 vers
- Scraper#14,907 · 2 vers
- S3#16,206 · 2 vers
- Github Actions#16,430 · 2 vers
- Cloudflare#19,106 · 2 vers
- Docker#21,349 · 2 vers
- Devutils#27,920 · 2 vers
- Sqlite#27,921 · 2 vers
- Dns#28,440 · 2 vers
- mcp-server-anydoc#30,412
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Npm Search?
- Npm Search is maintained by ofershap, which publishes 18 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Npm Search listed on the Official MCP Registry?
- Yes — Npm Search is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Npm Search have?
- MCP Toplist tracks 2 versions of Npm Search, most recently published on Mar 10, 2026.
- Where can I find the source code for Npm Search?
- The source code for Npm Search is hosted at github.com/ofershap/mcp-server-npm.