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.
MCP server for managing accounting and taxes with Norman Finance.
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.
A server for date-time manipulation and timezone conversion.
Tools for PostHog analytics, annotations, and project management.
Provides access to a specific user's memories from the Omi app.
Access data from the Bakaláři school system, including schedules, absences, and grades, through a standardized API.
Read text, metadata, and page count from PDF files securely within the project context.
Provides the current UTC time from multiple verified sources.
Access and manage your VISO TRUST third-party risk program directly through your AI assistant.
An MCP server for managing Tempo worklogs in Jira. It connects to Jira and Tempo services using API tokens and environment variables.