MCP Server
io.github.smaniches/uniprot-mcp MCP Server
io.github.smaniches/uniprot-mcp
What is the io.github.smaniches/uniprot-mcp MCP server?
Model Context Protocol server for the UniProt protein knowledgebase.
How to install io.github.smaniches/uniprot-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"uniprot-mcp": {
"command": "uvx",
"args": [
"uniprot-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"uniprot-mcp": {
"command": "uvx",
"args": [
"uniprot-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"uniprot-mcp": {
"command": "uvx",
"args": [
"uniprot-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"uniprot-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"uniprot-mcp-server"
]
}
}
}Claude Code
claude mcp add uniprot-mcp -- uvx uniprot-mcp-serverRelated MCP servers
MCP server for AlphaFold and 8 other biomedical data sources with a local SQLite knowledge graph
View repository →MCP server for the Semantic Scholar API: search 200M+ papers, citations, authors, recommendations.
View repository →