kegg-mcp-server-python

Lucas-Servi/kegg-mcp-server-python
★ 1 stars Python 🔌 API Integration Updated 8d ago
MCP server for the KEGG bioinformatics REST API — 33 tools, structured Pydantic output, TTL caching. Python implementation.
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": {
    "kegg-mcp-server-pyth": {
      "command": "uvx",
      "args": [
        "kegg-mcp-server-python"
      ]
    }
  }
}

Or install with pip: pip install kegg-mcp-server-python