Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    parcadei

    mcp-scripts

    parcadei/mcp-scripts
    Productivity
    3,502
    3 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    MCP Script Rules

    SKILL.md

    MCP Script Rules

    When working with files in scripts/:

    DO

    • Use CLI arguments for all parameters (argparse)
    • Include USAGE docstring at top of file
    • Use call_mcp_tool("server__tool", params) pattern
    • Handle errors gracefully with informative messages
    • Print results to stdout for Claude to process

    DON'T

    • Hardcode parameters in the script
    • Edit scripts to change parameters (use CLI args instead)
    • Import from servers/ directly (use runtime.mcp_client)

    Tool Naming

    Tool IDs use double underscore: serverName__toolName

    Examples:

    • morph__warpgrep_codebase_search
    • ast-grep__ast_grep
    • perplexity__perplexity_ask

    Testing

    Test with: uv run python -m runtime.harness scripts/<script>.py --help

    Recommended Servers
    EasyWeek
    EasyWeek
    MCP Hive
    MCP Hive
    vastlint - IAB XML VAST validator and linter
    vastlint - IAB XML VAST validator and linter
    Repository
    parcadei/continuous-claude-v3
    Files