0.2.1 • Published 9 months ago
maut-mcp-server v0.2.1
Maut MCP Server
Install server
npm i -g maut-mcp-serverRegister 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
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