Chat Thing for Claude Desktop
ai.chatthing/chat-thing
Build and manage AI-native customer support agents from Claude or any MCP client.
client:Claude Desktop
transport:streamable-http
Install Chat Thing in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chat-thing": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.chatthing.ai/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