maut-mcp-server

0.2.0 • Public • Published

Maut MCP Server

Install server

npm i -g maut-mcp-server

Register server within Claude desktop

Prerequisites

You will need Node installed

Steps

Finding Claude configuration file:

  • Windows: %APPDATA%/Claude/config.json
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Details: https://allthings.how/how-to-set-up-github-mcp-server-for-use-with-claude-desktop-on-windows-and-mac/

Add maut to mcpServers. If no mcpServers exist, create it.

{
  "mcpServers": {
    "maut": {
      "command": "npx",
      "args": [
        "maut-mcp-server"
      ],
      "env": {
        "MAUT_API_KEY": "<your token comes here>"
      }
    }
  }
}

Restart Claude

Dependencies (2)

Dev Dependencies (2)

Package Sidebar

Install

npm i maut-mcp-server

Weekly Downloads

21

Version

0.2.0

License

none

Unpacked Size

10.5 kB

Total Files

3

Last publish

Collaborators

  • dgrapes