uniprot-mcp
Rank #4,679io.github.smaniches/uniprot-mcp
Verifiable, release-aware protein evidence workflows over UniProt and linked scientific sources.
uniprot-mcp is a Model Context Protocol (MCP) server published by smaniches. It ranks #4,679 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. uniprot-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 5 tracked versions. It was first listed on May 10, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 110,912 of 115,591 servers on MCP Toplist.
Use uniprot-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add uniprot-mcp -- uvx uniprot-mcp-server[mcp_servers.uniprot-mcp]
command = "uvx"
args = ["uniprot-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"uniprot-mcp": {
"command": "uvx",
"args": [
"uniprot-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"uniprot-mcp": {
"command": "uvx",
"args": [
"uniprot-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"uniprot-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"uniprot-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"uniprot-mcp": {
"command": "uvx",
"args": [
"uniprot-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"uniprot-mcp": {
"command": "uvx",
"args": [
"uniprot-mcp-server"
]
}
}
}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.smaniches%2Funiprot-mcp)<a href="https://mcptoplist.com/server/io.github.smaniches%2Funiprot-mcp"><img src="https://mcptoplist.com/badge/io.github.smaniches%2Funiprot-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
smaniches
Other servers by smaniches
View all smaniches servers →Available versions (5)
| Version | Published |
|---|---|
| 1.3.5 | Aug 21, 2026 |
| 1.3.2 | Jul 29, 2026 |
| 1.3.0 | Jul 13, 2026 |
| 1.2.0 | Jun 17, 2026 |
| 1.1.10 | Jun 16, 2026 |
Frequently asked questions
- Who maintains uniprot-mcp?
- uniprot-mcp is maintained by smaniches, which publishes 3 MCP servers (15 total versions) tracked on MCP Toplist.
- Is uniprot-mcp listed on the Official MCP Registry?
- Yes — uniprot-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does uniprot-mcp have?
- MCP Toplist tracks 5 versions of uniprot-mcp, most recently published on Aug 21, 2026.
- Where can I find the source code for uniprot-mcp?
- The source code for uniprot-mcp is hosted at github.com/smaniches/uniprot-mcp.