Open Registry Poc
Rank #2,182io.github.NOTTIBOY137/open-registry-poc
MCP server providing open-registry-poc capabilities
Open Registry Poc is a Model Context Protocol (MCP) server published by NOTTIBOY137. It ranks #2,182 of 115,460 servers tracked on MCP Toplist, and its repository has 118 GitHub stars. Open Registry Poc is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 3, 2026 and most recently updated on Feb 3, 2026.
Ranks ahead of 113,278 of 115,460 servers on MCP Toplist.
Use Open Registry Poc
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add open-registry-poc -- npx -y @nottiboy1337/mcp-open-registry-poc[mcp_servers.open-registry-poc]
command = "npx"
args = ["-y", "@nottiboy1337/mcp-open-registry-poc"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"open-registry-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"open-registry-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"open-registry-poc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"open-registry-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"open-registry-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}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.NOTTIBOY137%2Fopen-registry-poc)<a href="https://mcptoplist.com/server/io.github.NOTTIBOY137%2Fopen-registry-poc"><img src="https://mcptoplist.com/badge/io.github.NOTTIBOY137%2Fopen-registry-poc.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
NOTTIBOY137
Other servers by NOTTIBOY137
View all NOTTIBOY137 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Feb 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Open Registry Poc?
- Open Registry Poc is maintained by NOTTIBOY137, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Open Registry Poc listed on the Official MCP Registry?
- Yes — Open Registry Poc is listed on the Official MCP Registry.
- How many versions does Open Registry Poc have?
- MCP Toplist tracks 2 versions of Open Registry Poc, most recently published on Feb 3, 2026.
- Where can I find the source code for Open Registry Poc?
- The source code for Open Registry Poc is hosted at github.com/NOTTIBOY137/mcp-open-registry-poc.