parbaked
Rank #4,438io.github.saml7n/parbaked
Scaffold invite-only Python/FastAPI apps: auth, admin dashboard, dev server, deploy to fly.io.
parbaked is a Model Context Protocol (MCP) server published by saml7n. It ranks #4,438 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. parbaked is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 16, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 111,153 of 115,591 servers on MCP Toplist.
Use parbaked
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add parbaked -- uvx mcp parbaked[mcp_servers.parbaked]
command = "uvx"
args = ["mcp", "parbaked"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"parbaked": {
"command": "uvx",
"args": [
"mcp",
"parbaked"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"parbaked": {
"command": "uvx",
"args": [
"mcp",
"parbaked"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"parbaked": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp",
"parbaked"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"parbaked": {
"command": "uvx",
"args": [
"mcp",
"parbaked"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"parbaked": {
"command": "uvx",
"args": [
"mcp",
"parbaked"
]
}
}
}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.saml7n%2Fparbaked)<a href="https://mcptoplist.com/server/io.github.saml7n%2Fparbaked"><img src="https://mcptoplist.com/badge/io.github.saml7n%2Fparbaked.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
saml7n
Available versions (1)
| Version | Published |
|---|---|
| 1.3.2.post2 | May 20, 2026 |
Frequently asked questions
- Who maintains parbaked?
- parbaked is maintained by saml7n, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is parbaked listed on the Official MCP Registry?
- Yes — parbaked is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does parbaked have?
- MCP Toplist tracks 1 version of parbaked, most recently published on May 20, 2026.
- Where can I find the source code for parbaked?
- The source code for parbaked is hosted at github.com/saml7n/parbaked.