npm i -g maut-mcp-server
You will need Node installed
Finding Claude configuration file:
- Windows:
%APPDATA%/Claude/config.json
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
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