Uniprof
Rank #4,463io.github.indragiek/uniprof
MCP server providing uniprof capabilities
Uniprof is a Model Context Protocol (MCP) server published by indragiek. It ranks #4,463 of 132,046 servers tracked on MCP Toplist, and its repository has 407 GitHub stars. Uniprof is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Sep 10, 2025 and most recently updated on Sep 11, 2025.
Ranks ahead of 127,583 of 132,046 servers on MCP Toplist.
Use Uniprof
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add uniprof -- npx -y uniprof mcp run[mcp_servers.uniprof]
command = "npx"
args = ["-y", "uniprof", "mcp", "run"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"uniprof": {
"command": "npx",
"args": [
"-y",
"uniprof",
"mcp",
"run"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"uniprof": {
"command": "npx",
"args": [
"-y",
"uniprof",
"mcp",
"run"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"uniprof": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uniprof",
"mcp",
"run"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"uniprof": {
"command": "npx",
"args": [
"-y",
"uniprof",
"mcp",
"run"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"uniprof": {
"command": "npx",
"args": [
"-y",
"uniprof",
"mcp",
"run"
]
}
}
}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.indragiek%2Funiprof)<a href="https://mcptoplist.com/server/io.github.indragiek%2Funiprof"><img src="https://mcptoplist.com/badge/io.github.indragiek%2Funiprof.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
indragiek
Available versions (3)
| Version | Published |
|---|---|
| 0.3.4 | Sep 11, 2025 |
| 0.3.3 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Uniprof?
- Uniprof is maintained by indragiek, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Uniprof listed on the Official MCP Registry?
- Yes — Uniprof is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Uniprof have?
- MCP Toplist tracks 3 versions of Uniprof, most recently published on Sep 11, 2025.
- Where can I find the source code for Uniprof?
- The source code for Uniprof is hosted at github.com/indragiek/uniprof.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.