Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
TextToolkit MCP Server
type

TextToolkit MCP Server MCP Server

Comprehensive text transformation tools

texttransformationformattingregex

About

## Text Toolkit MCP Server: String Manipulation Utilities The **Text Toolkit MCP Server** provides a comprehensive set of text manipulation utilities directly within Google Antigravity, enabling AI assistants to transform, analyze, and process text programmatically. This integration brings powerful string operations to your development workflow. ### Why Text Toolkit MCP? - **String Operations**: Case conversion, trimming, splitting, joining, and more - **Text Analysis**: Word counts, character frequency, readability scores - **Encoding/Decoding**: Base64, URL encoding, HTML entities, and more - **Hash Functions**: Generate MD5, SHA, and other cryptographic hashes - **Pattern Replacement**: Advanced find and replace with regex support ### Key Features #### 1. Text Transformation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert this text to title case and remove extra whitespace" }], tools=[{ "name": "textkit_transform", "description": "Transform text" }] ) ``` #### 2. Encoding Operations ```python # Encode and decode response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Base64 encode this content and URL encode the result" }], tools=[{"name": "textkit_encode", "description": "Encoding operations"}] ) ``` #### 3. Text Analysis ```python # Analyze text response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Analyze this text for word count, reading level, and character frequency" }], tools=[{"name": "textkit_analyze", "description": "Analyze text"}] ) ``` #### 4. Hash Generation ```python # Generate hashes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Generate SHA-256 hash of this content" }], tools=[{"name": "textkit_hash", "description": "Generate hashes"}] ) ``` ### Configuration ```json { "mcpServers": { "text-toolkit": { "command": "npx", "args": ["-y", "@anthropic/mcp-text-toolkit"], "env": {} } } } ``` ### Use Cases **Data Processing**: Transform and clean text data for processing pipelines. **Content Formatting**: Apply consistent formatting to text content. **Security Operations**: Generate hashes and encode sensitive data. **Text Analysis**: Analyze content for readability and statistics. The Text Toolkit MCP Server brings comprehensive text manipulation directly into your development workflow, enabling powerful string operations.

Installation

Configuration
{
  "mcpServers": {
    "text-toolkit": {
      "mcpServers": {
        "text-toolkit": {
          "args": [
            "-y",
            "text-toolkit-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Case conversion (camelCase, snake_case, etc.)
  2. 2Base64, URL, HTML encoding
  3. 3JSON, XML, SQL formatting

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers