Hello MCP Registry
Rank #41,452io.github.jonathanhefner/hello-mcp-registry
MCP server providing hello-registry capabilities
Hello MCP Registry is a Model Context Protocol (MCP) server published by jonathanhefner. It ranks #41,452 of 115,591 servers tracked on MCP Toplist. Hello MCP Registry is listed on Official MCP, with 2 tracked versions. It was first listed on Oct 21, 2025 and most recently updated on Oct 21, 2025.
Ranks ahead of 74,139 of 115,591 servers on MCP Toplist.
Use Hello MCP Registry
claude mcp add hello-mcp-registry -- npx -y @jonathanhefner/hello-mcp-registry[mcp_servers.hello-mcp-registry]
command = "npx"
args = ["-y", "@jonathanhefner/hello-mcp-registry"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hello-mcp-registry": {
"command": "npx",
"args": [
"-y",
"@jonathanhefner/hello-mcp-registry"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hello-mcp-registry": {
"command": "npx",
"args": [
"-y",
"@jonathanhefner/hello-mcp-registry"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hello-mcp-registry": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jonathanhefner/hello-mcp-registry"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hello-mcp-registry": {
"command": "npx",
"args": [
"-y",
"@jonathanhefner/hello-mcp-registry"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hello-mcp-registry": {
"command": "npx",
"args": [
"-y",
"@jonathanhefner/hello-mcp-registry"
]
}
}
}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.jonathanhefner%2Fhello-mcp-registry)<a href="https://mcptoplist.com/server/io.github.jonathanhefner%2Fhello-mcp-registry"><img src="https://mcptoplist.com/badge/io.github.jonathanhefner%2Fhello-mcp-registry.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
jonathanhefner
Other servers by jonathanhefner
View all jonathanhefner servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Oct 21, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hello MCP Registry?
- Hello MCP Registry is maintained by jonathanhefner, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Hello MCP Registry listed on the Official MCP Registry?
- Yes — Hello MCP Registry is listed on the Official MCP Registry.
- How many versions does Hello MCP Registry have?
- MCP Toplist tracks 2 versions of Hello MCP Registry, most recently published on Oct 21, 2025.
- Where can I find the source code for Hello MCP Registry?
- The source code for Hello MCP Registry is hosted at github.com/jonathanhefner/hello-mcp-registry.