---
slug: "mmnt"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/zbkm/mmnt-mcp-server@master/README.md"
repo: "https://github.com/zbkm/mmnt-mcp-server"
source_file: "README.md"
branch: "master"
---
# mmnt-mcp-server
MCP server for the [Mamont](https://www.mmnt.ru/) search engine.

### Tools:
- mmnt_search
    * search query on search engine
    * inputs
        * query - query string
        * page - page number
- mmnt_cache
    * retrieve page from search page cache
    * inputs
        * id - unique cache id
        * onlyText - should the result be text only (no html)

### Install
```json
{
  "mcpServers": {
    "mmnt": {
      "command": "npx",
      "args": ["-y", "mmnt-mcp-server"]
    }
  }
}
```
