mcpick

m2ai-portfolio/mcpick
★ 0 stars Python Code/Dev Tools Updated 3d ago
Zero‑boilerplate CLI that turns a YAML spec into a ready‑to‑build MCP server project, letting developers ship tools fast.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcpick

README Excerpt

<p align="center"> <img src="assets/infographic.png" alt="MCPick" width="800"> </p> <h3 align="center">CLI tool that generates a complete, buildable MCP server project from a single YAML config file. Outputs Python project with tool stubs, pyproject.toml, tests, and init.sh. Supports stdio transport.</h3>

Topics

ai-developersclicode-generatordeveloper-toolsmcp-buildersmcp-serverpythonsolo-developersstdio-transportyaml-config