JSON Filter icon

JSON Filter

Optimizes JSON data for Large Language Model (LLM) contexts by providing schema generation and intelligent filtering capabilities.

소개

JSON Filter is a specialized Model Context Protocol (MCP) server designed to enhance the efficiency of LLM interactions by intelligently processing large JSON files. It leverages `quicktype` to automatically generate TypeScript type definitions from JSON samples, ensuring strong typing for data structures. Furthermore, it offers powerful shape-based filtering, allowing users to extract only the most relevant data fields, significantly reducing the token count sent to LLMs. This makes it an invaluable tool for developers and data scientists working with extensive JSON datasets and integrating them seamlessly into Claude Desktop or Claude Code.

주요 기능

  • 3 GitHub stars
  • Built with TypeScript for type safety and comprehensive error handling
  • Shape-based JSON Data Filtering for specific field extraction
  • JSON Schema Generation from files (using quicktype-core)
  • Seamless MCP Integration with Claude Desktop and Claude Code

사용 사례

  • Generating accurate TypeScript type definitions from JSON samples for robust application development.
  • Integrating custom JSON data preprocessing capabilities directly within Claude AI environments.
  • Optimizing large JSON files for LLM context by extracting only relevant data fields.
Advertisement

Advertisement