Marketplace
Rank #54,907io.github.infoinlet-marketplace/mcp-mongodb
Read-only MongoDB for AI agents — find, aggregate (no write stages), count, stats.
Marketplace is a Model Context Protocol (MCP) server published by infoinlet-marketplace. It ranks #54,907 of 115,460 servers tracked on MCP Toplist. Marketplace is listed on Official MCP, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 60,553 of 115,460 servers on MCP Toplist.
Use Marketplace
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-mongodb -- npx -y @infoinlet/mcp-mongodb[mcp_servers.mcp-mongodb]
command = "npx"
args = ["-y", "@infoinlet/mcp-mongodb"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-mongodb": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-mongodb"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-mongodb": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-mongodb"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-mongodb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-mongodb"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-mongodb": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-mongodb"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-mongodb": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-mongodb"
]
}
}
}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.infoinlet-marketplace%2Fmcp-mongodb)<a href="https://mcptoplist.com/server/io.github.infoinlet-marketplace%2Fmcp-mongodb"><img src="https://mcptoplist.com/badge/io.github.infoinlet-marketplace%2Fmcp-mongodb.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
infoinlet-marketplace
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 29, 2026 |
Frequently asked questions
- Who maintains Marketplace?
- Marketplace is maintained by infoinlet-marketplace, which publishes 30 MCP servers (30 total versions) tracked on MCP Toplist.
- Is Marketplace listed on the Official MCP Registry?
- Yes — Marketplace is listed on the Official MCP Registry.
- How many versions does Marketplace have?
- MCP Toplist tracks 1 version of Marketplace, most recently published on May 29, 2026.
- Where can I find the source code for Marketplace?
- The source code for Marketplace is hosted at github.com/infoinlet-marketplace/marketplace.