Ncp
Rank #3,139io.github.portel-dev/ncp
MCP server providing ncp capabilities
Ncp is a Model Context Protocol (MCP) server published by portel-dev. It ranks #3,139 of 115,460 servers tracked on MCP Toplist, and its repository has 97 GitHub stars. Ncp is listed across 5 registries — Official MCP, PulseMCP, Smithery, Glama and mcp.so, with 6 tracked versions. It was first listed on Sep 24, 2025 and most recently updated on Oct 14, 2025.
Ranks ahead of 112,321 of 115,460 servers on MCP Toplist.
Use Ncp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ncp -- npx -y @portel/ncp[mcp_servers.ncp]
command = "npx"
args = ["-y", "@portel/ncp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ncp": {
"command": "npx",
"args": [
"-y",
"@portel/ncp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ncp": {
"command": "npx",
"args": [
"-y",
"@portel/ncp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ncp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@portel/ncp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ncp": {
"command": "npx",
"args": [
"-y",
"@portel/ncp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ncp": {
"command": "npx",
"args": [
"-y",
"@portel/ncp"
]
}
}
}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.portel-dev%2Fncp)<a href="https://mcptoplist.com/server/io.github.portel-dev%2Fncp"><img src="https://mcptoplist.com/badge/io.github.portel-dev%2Fncp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
portel-dev
Other servers by portel-dev
View all portel-dev servers →Available versions (6)
| Version | Published |
|---|---|
| 1.5.3 | Oct 14, 2025 |
| 1.5.2 | Oct 12, 2025 |
| 1.5.1 | Oct 12, 2025 |
| 1.5.0 | Oct 11, 2025 |
| 1.4.3 | Oct 3, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ncp?
- Ncp is maintained by portel-dev, which publishes 2 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Ncp listed on the Official MCP Registry?
- Yes — Ncp is listed on the Official MCP Registry, alongside PulseMCP, Smithery, Glama and mcp.so.
- How many versions does Ncp have?
- MCP Toplist tracks 6 versions of Ncp, most recently published on Oct 14, 2025.
- Where can I find the source code for Ncp?
- The source code for Ncp is hosted at github.com/portel-dev/ncp.