A comprehensive toolkit for text processing, formatting, and analysis.
A comprehensive MCP (Model Context Protocol) server for text processing, formatting, and analysis. The ultimate text manipulation toolkit for developers, writers, and data analysts!
Clone the repository
git clone https://github.com/very99/text-master-mcp.git
cd text-master-mcp
Install dependencies
npm install
Build the project
npm run build
Configure your MCP client
For Amazon Q CLI (~/.aws/amazonq/mcp.json
):
{
"mcpServers": {
"text-master": {
"command": "node",
"args": ["/path/to/text-master-mcp/dist/index.js"],
"timeout": 30000
}
}
}
# Case Conversion
"hello world" → camelCase → "helloWorld"
"hello world" → snake_case → "hello_world"
# Text Analysis
Input: "Sample text for analysis..."
Output: Characters: 25, Words: 4, Reading time: 1 min
# Password Generation
Generate secure 16-character password with symbols
一个用于文本处理、格式化和分析的综合性 MCP 服务器。为开发者、写作者和数据分析师提供的终极文本处理工具包!
克隆仓库
git clone https://github.com/very99/text-master-mcp.git
cd text-master-mcp
安装依赖
npm install
构建项目
npm run build
# 大小写转换
"hello world" → 驼峰命名 → "helloWorld"
"hello world" → 蛇形命名 → "hello_world"
# 文本分析
输入: "用于分析的示例文本..."
输出: 字符数: 25, 单词数: 4, 阅读时间: 1分钟
MIT License
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
MIT License - see LICENSE file for details.
CalDAV Nectcloud calendar integration. Manage calendars, events, attendees, etc.
A server for integrating Jira with Claude, enabling project and issue management. Requires configuration via environment variables.
Perform queries and entity operations in your Fibery workspace.
Access the Whoop API to query cycles, recovery, strain, and workout data.
Trello Desktop MCP server that enables Claude Desktop to interact with Trello boards, cards, lists, and team members through natural language commands.
Connects to Anki via AnkiConnect to retrieve leech-tagged flashcards for use in Claude Desktop.
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Interact with the ClickUp API to manage tasks, lists, and spaces, automating project planning and workflows.
This server enables LLMs to use calculator for precise numerical calculations.
Captures screenshots and performs OCR text recognition.