typer-mcp

Darussalamnoor/typer-mcp
β˜… 0 stars Python πŸ€– AI/LLM Updated today
πŸš€ Instantly convert any Typer CLI to an MCP server for AI agents
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": {
    "typer-mcp": {
      "command": "uvx",
      "args": [
        "typer-mcp"
      ]
    }
  }
}

Or install with pip: pip install typer-mcp

README Excerpt

**Instantly convert any Typer CLI into an MCP Server – empower AI agents with your command‑line tools.** > 🧠 **Core idea:** Just as `FastAPI-MCP` lets your APIs talk to AI, `Typer-MCP` does the same for **every CLI you build with Typer**. Without changing your original code, your CLI tools become `tools` that large language models (Claude, Gemini, GPT, …) can call directly.

Tools (1)

calculate