
F.R.I.D.A.Y. Agent
Supports UIby kamranalishahdataai-create
A Tony Stark-inspired AI voice assistant integrating a FastMCP server for web search, world news, and system monitoring.
What it does
F.R.I.D.A.Y. is a sophisticated AI assistant that combines a real-time voice pipeline (via LiveKit) with a backend MCP server to provide an interactive, Stark Industries-style experience. The MCP server provides the 'brain' by exposing tools for system info, web research, and world event monitoring.
Tools
get_world_news: Fetches current global news updates.open_world_monitor: Monitors specific world events or trends.search_web: Performs comprehensive web searches via the MCP server.get_current_time: Returns the current system time.get_system_info: Retrieves hardware and OS specifications.format_json: Utility to clean and format JSON data for better LLM readability.word_count: Utility for calculating text lengths.
Installation
Since this uses FastMCP over SSE, add the following to your claude_desktop_config.json (assuming the server is running locally):
{
"mcpServers": {
"friday": {
"url": "http://127.0.0.1:8000/sse"
}
}
}
Supported hosts
Confirmed for Claude Desktop and custom LiveKit-based voice agents.
Quick install
uv run fridayInformation
- Pricing
- free
- Published
- 5/12/2026
- stars






