MCP Hub Tools
Rank #44,777glama/hekmon8/mcp-hub-tools
An MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.
MCP Hub Tools is a Model Context Protocol (MCP) server published by hekmon8. It ranks #44,777 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Hub Tools is listed across 3 registries — Glama, PulseMCP and mcp.so, and ships as a single rolling release with no explicit version metadata. It was first listed on Nov 25, 2024.
Ranks ahead of 70,814 of 115,591 servers on MCP Toplist.
Use MCP Hub Tools
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-hub-tools https://www.aimcp.info/api/open/mcp[mcp_servers.mcp-hub-tools]
url = "https://www.aimcp.info/api/open/mcp"Add to ~/.codex/config.toml.
https://www.aimcp.info/api/open/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-hub-tools": {
"url": "https://www.aimcp.info/api/open/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-hub-tools": {
"type": "http",
"url": "https://www.aimcp.info/api/open/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-hub-tools": {
"serverUrl": "https://www.aimcp.info/api/open/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-hub-tools": {
"url": "https://www.aimcp.info/api/open/mcp"
}
}
}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/glama%2Fhekmon8%2Fmcp-hub-tools)<a href="https://mcptoplist.com/server/glama%2Fhekmon8%2Fmcp-hub-tools"><img src="https://mcptoplist.com/badge/glama%2Fhekmon8%2Fmcp-hub-tools.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 (2 delisted)
hekmon8
Other servers by hekmon8
- Home Assistant MCP Server#14,070
- Jenkins Server MCP#21,573
- Building a Remote MCP Server on Cloudflare (Without Auth)#75,332
- Vernclaw Connect Cli#111,656
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains MCP Hub Tools?
- MCP Hub Tools is maintained by hekmon8, which publishes 5 MCP servers (0 total versions) tracked on MCP Toplist.
- Is MCP Hub Tools listed on the Official MCP Registry?
- MCP Hub Tools is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does MCP Hub Tools have?
- MCP Hub Tools ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for MCP Hub Tools?
- The source code for MCP Hub Tools is hosted at github.com/hekmon8/mcp-hub-tools.