KEGG MCP server — pathway, disease, drug, orthology, and compound data via the KEGG REST API
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": {
"command": "npx",
"args": [
"-y",
"QuentinCody/kegg-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add kegg-mcp-server npx -y QuentinCody/kegg-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"kegg-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/kegg-mcp-server"
]
}
}
}