MongoDB MCP Server
Query MongoDB databases, manage collections, and inspect documents.
claude mcp add mongodb -- npx -y mongodb-mcp-server
You can also call this service directly via its API: MongoDB API
Use the MCP when:
You want plug-and-play integration with Claude Code and don't need custom logic around the calls.
Use the API when:
You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.
About
Connect Claude Code to your MongoDB databases. Run queries with the full aggregation pipeline, manage collections, create indexes, and inspect document schemas. Supports both MongoDB Atlas and self-hosted instances. Useful for debugging data issues, writing complex queries, and managing database operations from the terminal.
Tags
Score Breakdown
Performance
Scores
Related
Supabase MCP Server
Manage Supabase projects, databases, auth, and storage from Claude Code.
claude mcp add supabase -- npx -y @supabase/mcp-server-supabasePostgreSQL MCP Server
Query PostgreSQL databases, inspect schemas, and run migrations.
claude mcp add postgres -- npx -y @modelcontextprotocol/server-postgres postgresql://localhost:5432/mydbSQLite MCP Server
Read and write SQLite databases with full SQL support.
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.db