mini-app-mcp
Rank #11,297io.github.ynishi/mini-app-mcp
Agent-First CRUD store MCP server — 1 daemon per table, schema.yaml driven, SQLite backend
mini-app-mcp is a Model Context Protocol (MCP) server published by ynishi. It ranks #11,297 of 115,591 servers tracked on MCP Toplist. mini-app-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jun 26, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 104,294 of 115,591 servers on MCP Toplist.
Use mini-app-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mini-app-mcp -- docker run -i --rm ghcr.io/ynishi/mini-app-mcp:0.19.0[mcp_servers.mini-app-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ynishi/mini-app-mcp:0.19.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mini-app-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mini-app-mcp:0.19.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mini-app-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mini-app-mcp:0.19.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mini-app-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mini-app-mcp:0.19.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mini-app-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mini-app-mcp:0.19.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mini-app-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mini-app-mcp:0.19.0"
]
}
}
}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.ynishi%2Fmini-app-mcp)<a href="https://mcptoplist.com/server/io.github.ynishi%2Fmini-app-mcp"><img src="https://mcptoplist.com/badge/io.github.ynishi%2Fmini-app-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ynishi
Other servers by ynishi
View all ynishi servers →Available versions (4)
| Version | Published |
|---|---|
| 0.19.0 | Aug 30, 2026 |
| 0.18.0 | Aug 24, 2026 |
| 0.17.0 | Aug 13, 2026 |
| 0.16.0 | Jul 4, 2026 |
Frequently asked questions
- Who maintains mini-app-mcp?
- mini-app-mcp is maintained by ynishi, which publishes 5 MCP servers (26 total versions) tracked on MCP Toplist.
- Is mini-app-mcp listed on the Official MCP Registry?
- Yes — mini-app-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mini-app-mcp have?
- MCP Toplist tracks 4 versions of mini-app-mcp, most recently published on Aug 30, 2026.
- Where can I find the source code for mini-app-mcp?
- The source code for mini-app-mcp is hosted at github.com/ynishi/mini-app-mcp.