MadTaco for Claude Desktop
dev.madtaco/mcp
Verification and trust checks for AI agents: validate, screen, propose, accounts, usage.
client:Claude Desktop
transport:stdio
runtime:npm
Install MadTaco in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@madtaco/mcp"
],
"env": {
"MADTACO_API_BASE": "<MADTACO_API_BASE>",
"MADTACO_API_KEY": "<MADTACO_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs