0.2.1 • Published 9 months ago

maut-mcp-server v0.2.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

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%/Roaming/Claude/claude_desktop_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

0.2.1

9 months ago

0.2.0

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago