Mineru
Rank #12,695io.github.linxule/mineru
MCP server providing mineru capabilities
Mineru is a Model Context Protocol (MCP) server published by linxule. It ranks #12,695 of 115,460 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Mineru is listed across 5 registries — Official MCP, PulseMCP, Smithery, Glama and mcp.so, with 6 tracked versions. It was first listed on Dec 11, 2025 and most recently updated on Feb 24, 2026.
Ranks ahead of 102,765 of 115,460 servers on MCP Toplist.
Use Mineru
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mineru -- npx -y mineru-mcp[mcp_servers.mineru]
command = "npx"
args = ["-y", "mineru-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mineru": {
"command": "npx",
"args": [
"-y",
"mineru-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mineru": {
"command": "npx",
"args": [
"-y",
"mineru-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mineru": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mineru-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mineru": {
"command": "npx",
"args": [
"-y",
"mineru-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mineru": {
"command": "npx",
"args": [
"-y",
"mineru-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/io.github.linxule%2Fmineru)<a href="https://mcptoplist.com/server/io.github.linxule%2Fmineru"><img src="https://mcptoplist.com/badge/io.github.linxule%2Fmineru.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
linxule
Other servers by linxule
- Music Studio#2,471 · 8 vers
- Lotus Wisdom#11,897 · 12 vers
- DeepThonk#17,567 · 1 ver
- Durable Thinking#24,382 · 1 ver
- Vox MCP#43,583 · 2 vers
Available versions (6)
| Version | Published |
|---|---|
| 1.1.3 | Feb 24, 2026 |
| 1.1.2 | Feb 24, 2026 |
| 1.1.1 | Feb 24, 2026 |
| 1.1.0 | Feb 23, 2026 |
| 1.0.3 | Feb 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mineru?
- Mineru is maintained by linxule, which publishes 11 MCP servers (30 total versions) tracked on MCP Toplist.
- Is Mineru listed on the Official MCP Registry?
- Yes — Mineru is listed on the Official MCP Registry, alongside PulseMCP, Smithery, Glama and mcp.so.
- How many versions does Mineru have?
- MCP Toplist tracks 6 versions of Mineru, most recently published on Feb 24, 2026.
- Where can I find the source code for Mineru?
- The source code for Mineru is hosted at github.com/linxule/mineru-mcp.