Skip to main content
DatabasesTypeScript

kiliczsh/mcp-mongo-server

A Model Context Protocol Server for MongoDB

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kiliczsh/mcp-mongo-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-mongo-server": {
      "command": "npx",
      "args": [
        "-y",
        "kiliczsh/mcp-mongo-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
kiliczsh