PhenoMCPServers

KooshaPari/PhenoMCPServers
★ 0 stars Python AI/LLM Updated today
Phenotype MCP implementations registry — servers, skills, plugins, and agent artifacts
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "phenomcpservers": {
      "command": "uvx",
      "args": [
        "phenomcpservers"
      ]
    }
  }
}

Or install with pip: pip install phenomcpservers

README Excerpt

Phenotype **implementations** registry — runnable MCP servers plus **skills**, **plugins**, and **agent artifacts**. Framework code lives in the umbrella SDKs. See [docs/LANGUAGE-TIERS-AND-ROLES.md](docs/LANGUAGE-TIERS-AND-ROLES.md). ``` catalog/registry.yaml # SSOT: servers, skills, plugins, agents

Tools (2)

mcpforgesubstrate