Your personal dashboard — news, markets, weather, AI, mail, and more. No ads. No tracking. No algorithm.
Mu is a self-hosted dashboard that brings together the things you check every day — news, markets, weather, mail, chat — in one place, without ads, algorithms, or tracking.
Pay for the tools, not with your attention.
- News — Headlines from RSS feeds, chronological, with AI summaries
- Markets — Live crypto, futures, and commodity prices
- Weather — Forecasts and conditions
- Mail — Private messaging and email
- Blog — Microblogging with daily AI-generated digests
- Chat — AI-powered conversation on any topic
- Video — YouTube without ads, algorithms, or shorts
- Web — Search the web without tracking
- Agent — AI assistant that can search, answer, and build across every service
- Apps — Build and use small, useful tools
Runs as a single Go binary. Self-host or use mu.xyz.
The home screen shows cards — a summary of each service. Each card links to a full page. News card shows headlines, links to /news. Markets card shows prices, links to /markets. Everything at a glance, details one tap away.
Mu exposes a REST API and MCP server at /mcp so AI agents and tools can connect directly.
{
"mcpServers": {
"mu": {
"url": "https://mu.xyz/mcp"
}
}
}30+ tools — news, search, weather, places, video, email, markets — accessible via MCP. AI agents can pay per-request with USDC through the x402 protocol. No API keys. No accounts. Just call and pay.
Browsing is included. AI and search features use credits — 1 credit = 1p, pay as you go.
- Card — Top up via Stripe. 1 credit = 1p.
- Crypto — AI agents pay per-request with USDC via x402. No account needed.
See Wallet & Credits for details.
# Install
git clone https://github.com/micro/mu
cd mu && go install
# Configure
export ANTHROPIC_API_KEY=xxx # AI features (Claude)
export YOUTUBE_API_KEY=xxx # Video search
# Run
mu --serveGo to localhost:8081. See Installation guide for full setup.
Customise feeds, prompts, and cards by editing JSON files:
news/feeds.json— RSS news feedschat/prompts.json— Chat topicshome/cards.json— Home screen cardsvideo/channels.json— YouTube channelsplaces/locations.json— Saved locations
See Environment Variables for all options.
Full docs at mu.xyz/docs or in the docs folder.
AGPL-3.0 — use, modify, distribute. If you run a modified version as a service, share the source.