U2 MCP
Rank #20,797io.github.bpamiri/u2-mcp
MCP server providing u2-mcp capabilities
U2 MCP is a Model Context Protocol (MCP) server published by bpamiri. It ranks #20,797 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. U2 MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 17, 2025 and most recently updated on Dec 17, 2025.
Ranks ahead of 94,663 of 115,460 servers on MCP Toplist.
Use U2 MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add u2-mcp -e "U2_HOST=<your U2_HOST>" -e "U2_USER=<your U2_USER>" -e "U2_PASSWORD=<your U2_PASSWORD>" -e "U2_ACCOUNT=<your U2_ACCOUNT>" -e "U2_SERVICE=<your U2_SERVICE>" -e "U2_PORT=<your U2_PORT>" -e "U2_SSL=<your U2_SSL>" -e "U2_READ_ONLY=<your U2_READ_ONLY>" -e "U2_MAX_RECORDS=<your U2_MAX_RECORDS>" -e "U2_BLOCKED_COMMANDS=<your U2_BLOCKED_COMMANDS>" -- uvx u2-mcpReplace each placeholder with your own value before saving.
[mcp_servers.u2-mcp]
command = "uvx"
args = ["u2-mcp"]
[mcp_servers.u2-mcp.env]
U2_HOST = "<your U2_HOST>"
U2_USER = "<your U2_USER>"
U2_PASSWORD = "<your U2_PASSWORD>"
U2_ACCOUNT = "<your U2_ACCOUNT>"
U2_SERVICE = "<your U2_SERVICE>"
U2_PORT = "<your U2_PORT>"
U2_SSL = "<your U2_SSL>"
U2_READ_ONLY = "<your U2_READ_ONLY>"
U2_MAX_RECORDS = "<your U2_MAX_RECORDS>"
U2_BLOCKED_COMMANDS = "<your U2_BLOCKED_COMMANDS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"u2-mcp": {
"command": "uvx",
"args": [
"u2-mcp"
],
"env": {
"U2_HOST": "<your U2_HOST>",
"U2_USER": "<your U2_USER>",
"U2_PASSWORD": "<your U2_PASSWORD>",
"U2_ACCOUNT": "<your U2_ACCOUNT>",
"U2_SERVICE": "<your U2_SERVICE>",
"U2_PORT": "<your U2_PORT>",
"U2_SSL": "<your U2_SSL>",
"U2_READ_ONLY": "<your U2_READ_ONLY>",
"U2_MAX_RECORDS": "<your U2_MAX_RECORDS>",
"U2_BLOCKED_COMMANDS": "<your U2_BLOCKED_COMMANDS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"u2-mcp": {
"command": "uvx",
"args": [
"u2-mcp"
],
"env": {
"U2_HOST": "<your U2_HOST>",
"U2_USER": "<your U2_USER>",
"U2_PASSWORD": "<your U2_PASSWORD>",
"U2_ACCOUNT": "<your U2_ACCOUNT>",
"U2_SERVICE": "<your U2_SERVICE>",
"U2_PORT": "<your U2_PORT>",
"U2_SSL": "<your U2_SSL>",
"U2_READ_ONLY": "<your U2_READ_ONLY>",
"U2_MAX_RECORDS": "<your U2_MAX_RECORDS>",
"U2_BLOCKED_COMMANDS": "<your U2_BLOCKED_COMMANDS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"u2-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"u2-mcp"
],
"env": {
"U2_HOST": "<your U2_HOST>",
"U2_USER": "<your U2_USER>",
"U2_PASSWORD": "<your U2_PASSWORD>",
"U2_ACCOUNT": "<your U2_ACCOUNT>",
"U2_SERVICE": "<your U2_SERVICE>",
"U2_PORT": "<your U2_PORT>",
"U2_SSL": "<your U2_SSL>",
"U2_READ_ONLY": "<your U2_READ_ONLY>",
"U2_MAX_RECORDS": "<your U2_MAX_RECORDS>",
"U2_BLOCKED_COMMANDS": "<your U2_BLOCKED_COMMANDS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"u2-mcp": {
"command": "uvx",
"args": [
"u2-mcp"
],
"env": {
"U2_HOST": "<your U2_HOST>",
"U2_USER": "<your U2_USER>",
"U2_PASSWORD": "<your U2_PASSWORD>",
"U2_ACCOUNT": "<your U2_ACCOUNT>",
"U2_SERVICE": "<your U2_SERVICE>",
"U2_PORT": "<your U2_PORT>",
"U2_SSL": "<your U2_SSL>",
"U2_READ_ONLY": "<your U2_READ_ONLY>",
"U2_MAX_RECORDS": "<your U2_MAX_RECORDS>",
"U2_BLOCKED_COMMANDS": "<your U2_BLOCKED_COMMANDS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"u2-mcp": {
"command": "uvx",
"args": [
"u2-mcp"
],
"env": {
"U2_HOST": "<your U2_HOST>",
"U2_USER": "<your U2_USER>",
"U2_PASSWORD": "<your U2_PASSWORD>",
"U2_ACCOUNT": "<your U2_ACCOUNT>",
"U2_SERVICE": "<your U2_SERVICE>",
"U2_PORT": "<your U2_PORT>",
"U2_SSL": "<your U2_SSL>",
"U2_READ_ONLY": "<your U2_READ_ONLY>",
"U2_MAX_RECORDS": "<your U2_MAX_RECORDS>",
"U2_BLOCKED_COMMANDS": "<your U2_BLOCKED_COMMANDS>"
}
}
}
}Replace each placeholder with your own value before saving.
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.bpamiri%2Fu2-mcp)<a href="https://mcptoplist.com/server/io.github.bpamiri%2Fu2-mcp"><img src="https://mcptoplist.com/badge/io.github.bpamiri%2Fu2-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
bpamiri
Other servers by bpamiri
View all bpamiri servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Dec 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains U2 MCP?
- U2 MCP is maintained by bpamiri, which publishes 4 MCP servers (6 total versions) tracked on MCP Toplist.
- Is U2 MCP listed on the Official MCP Registry?
- Yes — U2 MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does U2 MCP have?
- MCP Toplist tracks 2 versions of U2 MCP, most recently published on Dec 17, 2025.
- Where can I find the source code for U2 MCP?
- The source code for U2 MCP is hosted at github.com/bpamiri/u2-mcp.