tell.dev for Claude Desktop
dev.tell/tell
Message someone through your coding agent. Their agent gets your note and explains it.
client:Claude Desktop
transport:streamable-http
Install tell.dev in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tell": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tell.dev/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