junobuild-mcp MCP Server
nami2111/junobuild-mcp
Are you the maintainer of nami2111/junobuild-mcp? Claim this listing →
MCP server for Juno (junobuild) - manage satellites, hosting, functions, snapshots and more
Add AgentRank to Claude Code Discover and compare tools like nami2111/junobuild-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
nami2111/junobuild-mcp is a TypeScript MCP server. MCP server for Juno (junobuild) - manage satellites, hosting, functions, snapshots and more
Ranked #85 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 2d ago
Last commit 2d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# junobuild-mcp-server
> **Unofficial** MCP server for [Juno](https://juno.build). Not affiliated with or endorsed by the Juno team.
Manage satellites, hosting, serverless functions, snapshots and more through any MCP-compatible client. Includes a built-in documentation tool to access Juno's official guides and references.
## Install
```bash
npm install -g junobuild-mcp-server
```
## Usage
Add to your MCP client configuration (e.g. Claude Desktop, Cursor):
```json
{
"mcpServers": {
"junobuild": {
"command": "npx",
"args": ["-y", "junobuild-mcp-server"]
}
}
}
```
The server requires [`@junobuild/cli`](https://juno.build/docs/reference/cli) to be installed and authenticated:
```bash
npm i -g @junobuild/cli
juno login
```
For non-interactive environments (CI, headless), set the `JUNO_TOKEN` environment variable or use the `--mode` and `--profile` flags available on every tool.
### Documentation Access
The `juno_docs` tool fetches Juno's official documen Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.