Model Context Protocol (MCP) server configuration and tool manifest for pingdotgg/t3code
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"t3code": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-t3code"
]
}
}
}