mu
Rank #381mu.micro/mu
News, web search, mail, markets, weather, places, files, calendar, contacts. 67 tools, one endpoint.
mu is a Model Context Protocol (MCP) server published by micro. It ranks #381 of 115,460 servers tracked on MCP Toplist, and its repository has 397 GitHub stars. mu is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 115,079 of 115,460 servers on MCP Toplist.
Use mu
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mu https://micro.mu/mcp[mcp_servers.mu]
url = "https://micro.mu/mcp"Add to ~/.codex/config.toml.
https://micro.mu/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mu": {
"url": "https://micro.mu/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mu": {
"type": "http",
"url": "https://micro.mu/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mu": {
"serverUrl": "https://micro.mu/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mu": {
"url": "https://micro.mu/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/mu.micro%2Fmu)<a href="https://mcptoplist.com/server/mu.micro%2Fmu"><img src="https://mcptoplist.com/badge/mu.micro%2Fmu.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
micro
Other servers by micro
View all micro servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 3, 2026 |
Frequently asked questions
- Who maintains mu?
- mu is maintained by micro, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is mu listed on the Official MCP Registry?
- Yes — mu is listed on the Official MCP Registry, alongside Glama.
- How many versions does mu have?
- MCP Toplist tracks 1 version of mu, most recently published on Aug 3, 2026.
- Where can I find the source code for mu?
- The source code for mu is hosted at github.com/micro/mu.