HQBase
Rank #714io.github.HQBase/hqbase
Connect AI agents to your self-hosted HQBase shared email workspace.
HQBase is a Model Context Protocol (MCP) server published by HQBase. It ranks #714 of 115,460 servers tracked on MCP Toplist, and its repository has 304 GitHub stars. HQBase is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 10, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 114,746 of 115,460 servers on MCP Toplist.
Use HQBase
claude mcp add --transport http hqbase https://{installation_domain}/mcp[mcp_servers.hqbase]
url = "https://{installation_domain}/mcp"Add to ~/.codex/config.toml.
https://{installation_domain}/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"hqbase": {
"url": "https://{installation_domain}/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hqbase": {
"type": "http",
"url": "https://{installation_domain}/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hqbase": {
"serverUrl": "https://{installation_domain}/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hqbase": {
"url": "https://{installation_domain}/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/io.github.HQBase%2Fhqbase)<a href="https://mcptoplist.com/server/io.github.HQBase%2Fhqbase"><img src="https://mcptoplist.com/badge/io.github.HQBase%2Fhqbase.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
HQBase
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 22, 2026 |
Frequently asked questions
- Who maintains HQBase?
- HQBase is maintained by HQBase, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is HQBase listed on the Official MCP Registry?
- Yes — HQBase is listed on the Official MCP Registry, alongside Glama.
- How many versions does HQBase have?
- MCP Toplist tracks 1 version of HQBase, most recently published on Aug 22, 2026.
- Where can I find the source code for HQBase?
- The source code for HQBase is hosted at github.com/HQBase/hqbase.