mcp-automations

wzltmp/mcp-automations
★ 0 stars Python 🤖 AI/LLM Updated today
Production-grade MCP server (FastMCP, Pydantic-typed tools, Resources, Prompts) with Claude Desktop + Streamlit playground integration. Deployable to Fly.io.
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": {
    "mcp-automations": {
      "command": "uvx",
      "args": [
        "mcp-automations"
      ]
    }
  }
}

Or install with pip: pip install mcp-automations

README Excerpt

A small library of practical AI automations: a custom MCP server in Python that exposes useful tools, plus a handful of n8n workflows that wire them into real business processes. Targets "I can ship integrations" — the core skill of an Applied AI / Forward Deployed engineer. - **MCP** (Model Context Protocol) is the standard for connecting LLMs to tools. By Feb 2026 the protocol hit ~97M monthly SDK downloads — knowing how to build a server, not just consume one, is rare and highly valued.