Enterprise DNA
M MCP Servers Developer low

kehvinbehvin/json-mcp-filter

by Various

JSON MCP server to filter only relevant data for your LLM

K

MCP

kehvinbehvin/json-mcp-filter

Added 1 June 2026

#claude-mcp #data #data-extraction #data-filtering #json #json-analysis #json-filter #json-mcp-server

Overview

An open source MCP server written in JavaScript that filters JSON data to extract only relevant fields for an LLM. It helps reduce token usage and noise by allowing developers to specify which parts of a JSON structure are passed to the language model.

Best for

Best for
Developers using MCP to optimize JSON data sent to LLMs, especially in prototyping or low‑traffic projects

Use cases

  • Stripping irrelevant keys from large JSON payloads before sending to an LLM
  • Reducing token consumption when feeding structured data into a context window
  • Enforcing a whitelist of fields for consistent LLM input across endpoints

How to use

Install

npx json-mcp-filter@latest

Tools exposed

  • json_schema
  • json_filter
  • json_dry_run

Tested with

Claude Desktop, Claude Code

Example client config

{\n  "mcpServers": {\n    "json-mcp-filter": {\n      "command": "npx",\n      "args": ["-y", "json-mcp-filter@latest"]\n    }\n  }\n}

Notes

An open source MCP server written in JavaScript that filters JSON data to extract only relevant fields for an LLM. It helps reduce token usage and noise by allowing developers to specify which parts of a JSON structure are passed to the language model.

24 stars on GitHub. Last updated 2026-03-30. Licensed MIT.

Use cases

  • Stripping irrelevant keys from large JSON payloads before sending to an LLM
  • Reducing token consumption when feeding structured data into a context window
  • Enforcing a whitelist of fields for consistent LLM input across endpoints

Pros

  • Lightweight and straightforward JavaScript implementation
  • Open source with a permissive license for modification
  • Targets a specific pain point in MCP workflows

Cons

  • Small community (24 stars) may mean limited support or slower updates
  • Requires familiarity with Model Context Protocol ecosystem
  • No built-in field validation or error handling beyond basic filtering

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Lightweight and straightforward JavaScript implementation
  • Open source with a permissive license for modification
  • Targets a specific pain point in MCP workflows

Cons

  • Small community (24 stars) may mean limited support or slower updates
  • Requires familiarity with Model Context Protocol ecosystem
  • No built-in field validation or error handling beyond basic filtering
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks