maut-mcp-server
v0.2.0
Published
A Model Context Protocol server
Downloads
388
Readme
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