Homebase
Rank #13,539io.github.jazib/homebase
MCP server providing homebase capabilities
Homebase is a Model Context Protocol (MCP) server published by jazib. It ranks #13,539 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Homebase is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Mar 23, 2026.
Ranks ahead of 118,507 of 132,046 servers on MCP Toplist.
Use Homebase
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add homebase -- npx -y homebase-mcp[mcp_servers.homebase]
command = "npx"
args = ["-y", "homebase-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"homebase": {
"command": "npx",
"args": [
"-y",
"homebase-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"homebase": {
"command": "npx",
"args": [
"-y",
"homebase-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"homebase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"homebase-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"homebase": {
"command": "npx",
"args": [
"-y",
"homebase-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"homebase": {
"command": "npx",
"args": [
"-y",
"homebase-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.jazib%2Fhomebase)<a href="https://mcptoplist.com/server/io.github.jazib%2Fhomebase"><img src="https://mcptoplist.com/badge/io.github.jazib%2Fhomebase.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
jazib
Available versions (2)
| Version | Published |
|---|---|
| 1.0.4 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Homebase?
- Homebase is maintained by jazib, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Homebase listed on the Official MCP Registry?
- Yes — Homebase is listed on the Official MCP Registry.
- How many versions does Homebase have?
- MCP Toplist tracks 2 versions of Homebase, most recently published on Mar 23, 2026.
- Where can I find the source code for Homebase?
- The source code for Homebase is hosted at github.com/jazib/homebase-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.