wikipathways-mcp-server

QuentinCody/wikipathways-mcp-server
★ 0 stars TypeScript ⚙️ DevOps Updated today
WikiPathways MCP Server — 3K+ community-curated biological pathways, CC0 license (Cloudflare Worker)
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": {
    "wikipathways-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "QuentinCody/wikipathways-mcp-server"
      ]
    }
  }
}