Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. Mongodb Lens
Mongodb Lens logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:18:05 PM

Mongodb Lens

User RatingsBe the first to rate and review this MCP server!
View Repository207 GitHub StarsTotal stargazers on GitHub for the source repository (207 stars).Visit Website
mongodbdatabasemcpnatural-languagellm

Local MCP server enabling natural language queries and management of MongoDB databases via LLMs.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "furey-mongodb-lens": {
      "command": "npx",
      "args": [
        "-y",
        "mongodb-lens"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (42) Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

MongoDB Lens is a local Model Context Protocol server that provides comprehensive access to MongoDB databases through natural language commands interpreted by large language models. It supports querying, aggregation, schema analysis, performance optimization, and database management tasks. Use it to interact with MongoDB using natural language for exploration, administration, and optimization without manual query writing.

Use cases

โ€ขQuery MongoDB databases using natural language
โ€ขRun aggregation pipelines on collections
โ€ขAnalyze and optimize query patterns
โ€ขManage collections, indexes, and users
โ€ขCompare and infer collection schemas

Key features

โ€ขAdd and switch MongoDB connection aliases
โ€ขExecute aggregation pipelines and bulk operations
โ€ขAnalyze live queries and suggest optimizations
โ€ขCreate and drop databases, collections, indexes, and users
โ€ขClear memory caches for fresh data retrieval
โ€ขSupport for time series collections and collation queries

Capabilities & Tool Schemas (42) ~151 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mongodb Lens.

add-connection-alias

Callable MCP tool function

aggregate-data

Callable MCP tool function

analyze-query-patterns

Callable MCP tool function

analyze-schema

Callable MCP tool function

bulk-operations

Callable MCP tool function

clear-cache

Callable MCP tool function

Documentation Overview

MongoDB Lens

License Docker Hub Version NPM Version Buy Me a Coffee

MongoDB Lens is a local Model Context Protocol (MCP) server with full featured access to MongoDB databases using natural language via LLMs to perform queries, run aggregations, optimize performance, and more.

Contents

  • Quick Start
  • Features
  • Installation
  • Configuration
  • Client Setup
  • Data Protection
  • Tutorial
  • Test Suite
  • Disclaimer
  • Support

Quick Start

  • Install MongoDB Lens
  • Configure MongoDB Lens
  • Set up your MCP Client (e.g. Claude Desktop, Cursor, etc)
  • Explore your MongoDB databases with natural language queries

Features

  • Tools
  • Resources
  • Prompts
  • Other

Tools

  • add-connection-alias: Add a new MongoDB connection alias
  • aggregate-data: Execute aggregation pipelines
  • analyze-query-patterns: Analyze live queries and suggest optimizations
  • analyze-schema: Automatically infer collection schemas
  • bulk-operations: Perform multiple operations efficiently (requires confirmation for destructive operations)
  • clear-cache: Clear memory caches to ensure fresh data
  • collation-query: Find documents with language-specific collation rules
  • compare-schemas: Compare schemas between two collections
  • connect-mongodb: Connect to a different MongoDB URI
  • connect-original: Connect back to the original MongoDB URI used at startup
  • count-documents: Count documents matching specified criteria
  • create-collection: Create new collections with custom options
  • create-database: Create a new database with option to switch to it
  • create-index: Create new indexes for performance optimization
  • create-timeseries: Create time series collections for temporal data
  • create-user: Create new database users with specific roles
  • current-database: Show the current database context
  • delete-document: Delete documents matching specified criteria (requires confirmation)
  • distinct-values: Extract unique values for any field
  • drop-collection: Remove collections from the database (requires confirmation)
  • drop-database: Drop a database (requires confirmation)
  • drop-index: Remove indexes from collections (requires confirmation)
  • drop-user: Remove database users (requires confirmation)
  • explain-query: Analyze query execution plans
  • export-data: Export query results in JSON or CSV format
  • find-documents: Run queries with filters, projections, and sorting
  • generate-schema-validator: Generate JSON Schema validators
  • geo-query: Perform geospatial queries with various operators
  • get-stats: Retrieve database or collection statistics
  • gridfs-operation: Manage large files with GridFS buckets
  • insert-document: Insert one or more documents into collections
  • list-collections: Explore collections in the current database
  • list-connections: View all available MongoDB connection aliases
  • list-databases: View all accessible databases
  • rename-collection: Rename existing collections (requires confirmation when dropping targets)
  • shard-status: View sharding configuration for databases and collections
  • text-search: Perform full-text search across text-indexed fields
  • transaction: Execute multiple operations in a single ACID transaction
  • update-document: Update documents matching specified criteria
  • use-database: Switch to a specific database context
  • validate-collection: Check for data inconsistencies
  • watch-changes: Monitor real-time changes to collections

Resources

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Mongo MCP logoMongo MCP

    MongoDB integration that enables LLMs to interact directly with databases.

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Mongo MCP โ†’
  • MCP Server Duckdb logoMCP Server Duckdb

    DuckDB database integration with schema inspection and query capabilities

    ๐Ÿ—„๏ธ Databases2 views
    Compare vs MCP Server Duckdb โ†’
  • MCP Server Neon logoMCP Server Neon

    An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres

    ๐Ÿ—„๏ธ Databases2 views
    Compare vs MCP Server Neon โ†’
  • MCP Mongo Server logoMCP Mongo Server

    A Model Context Protocol Server for MongoDB

    ๐Ÿ—„๏ธ Databases2 views
    Compare vs MCP Mongo Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
207
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Tools exposed
42
Callable tools this server registers over MCP.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Mongodb Lens

Use the 'connect-mongodb' tool to connect to a different MongoDB URI or 'connect-original' to revert to the original URI used at startup.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMongodb Lens AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/furey-mongodb-lens?style=directory)](https://allmcps.com/mcp/furey-mongodb-lens)
HTML Embed
<a href="https://allmcps.com/mcp/furey-mongodb-lens"><img src="https://allmcps.com/api/badge/furey-mongodb-lens?style=directory" alt="Mongodb Lens on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedAug 9, 2026
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars207
GitHub Star CountTotal stargazers on GitHub representing community popularity (207 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 23, 2025
52Quality signal: Good ยท 52/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 22d ago via OSV.dev ยท mongodb-lens (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to Mongodb Lens โ†’Install in Claude DesktopInstall in CursorInstall in VS Code