TAP for Claude Desktop
tech.human/tap
Credential isolation for AI agents: placeholder secrets, policy checks, optional human approval.
client:Claude Desktop
transport:streamable-http
Install TAP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tap": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.tap.human.tech/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs