
littools
一个用于从 Claude MCP 工具列表中过滤工具的小型封装脚本。
Repository Info
About This Server
一个用于从 Claude MCP 工具列表中过滤工具的小型封装脚本。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
littools
🧼 A minimal wrapper to filter out tools from Claude MCP tools/list responses.
Usage
Wrap any MCP tool with this script:
LITTOOLS_EXCLUDE=Tool1,Tool2 ./littools <your-mcp-command> [args...]
Example:
LITTOOLS_EXCLUDE=Bash,Replace ./littools claude mcp serve
Env
- LITTOOLS_EXCLUDE: Comma-separated list of tool names to exclude from tools/list
How it works
This script:
- Launches the given MCP command
- Intercepts its stdout
- Filters out matching tools (by .name) from tools/list responses
- Outputs valid single-line JSON (Claude-safe)
Requirements
- bash
- jq
Notes
This is intended to be used as a wrapper in claude_desktop_config.json.
Quick Start
Clone the repository
git clone https://github.com/t3ta/littoolsInstall dependencies
cd littools
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.