ProKN-MCP-Server

udel-cbcb/ProKN-MCP-Server
★ 0 stars Python 🔍 Search Updated 1d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prokn-mcp-server": {
      "command": "uvx",
      "args": [
        "prokn-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install prokn-mcp-server

README Excerpt

This folder contains the code for an MCP server for Protein Knowledge Network (ProKN). It is built using FastMCP with foundational tools required to enable the use cases at https://research.bioinformatics.udel.edu/ProKN/usecases. - [Local Development](#local-development) - [Build Docker Image](#build-docker-image)