Skip to main content
Glama

Related Servers

Alternatives to Python_Scripts_MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      A dead simple MCP server for exposing your app functions to AI agents like Claude Desktop.
      6 npm
      6
      MIT
    • F
      license
      B
      quality
      D
      maintenance
      Provides a complete end-to-end MCP server implementation with file system tools, web scraping capabilities, and system information access. Includes ready-to-use configuration files and integration examples for Claude Desktop, ChatGPT, and other AI models.
      6
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      MCP server that exposes local agents as tools for Claude Code, enabling capabilities in quant, trading, news, reports, robotics, Notion, and FreeCAD.
      9 npm
      1
      -
    • A
      license
      Not graded
      quality
      Not graded
      maintenance
      An MCP server that transforms Claude-style skills and resources into callable tools for any MCP-compatible agent or client. It automatically discovers, exposes, and executes scripts from skills organized in local directories or packaged archives.
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A simple MCP server that provides basic utility tools for text manipulation, file operations, and calculations, intended to be connected to Claude AI desktop app.
      -

    TDQS

    A4.2/5.0

    Scored across 5 tools

    Disambiguation4/5

    Each tool targets a distinct source format (Excel, Python, general text, directory tree), and main is clearly a test script. However, python_to_txt and text_to_txt both process .py files, which could cause minor confusion about which to use for a given task.

    Naming Consistency4/5

    Four of the five tools follow a consistent <source>_to_txt naming pattern. The exception is main, which breaks the convention but is understandable as a simple test script.

    Tool Count5/5

    With five tools, the server is well-scoped for its purpose. Each tool serves a clear utility function, and there are no redundant or unnecessary entries.

    Completeness4/5

    The server covers conversion of common source types to text, including Excel, Python, and general text files, plus directory tree export. Minor gaps include lack of support for other document formats (PDF, Word) and no option to process individual files rather than directories.