Submit

Textavia Mcp

@Caravaca-Labs

Local-first MCP server exposing 163 Textavia developer utilities for JSON formatting and validation, Base64 encode/decode, CSV conversion, Markdown tables, regex testing, hashing, text cleanup, case conversion, random values, timestamps, privacy scrubbing, and developer conversions. https://textavia.com
Overview

Textavia MCP

Textavia MCP is a local-first Model Context Protocol server for the Textavia developer toolkit.

It exposes Textavia’s standard tool registry to MCP-compatible agents, allowing them to format, validate, convert, inspect, and clean developer data using a local Node.js package.

Textavia MCP currently exposes 163 tools across JSON, Base64, CSV, Markdown tables, YAML, TOML, XML, HTML, regex testing, hashes, JWT decoding, timestamps, random values, color helpers, text cleanup, case conversion, and privacy scrubbing.

Install

npm install -g @textavia/mcp

MCP config

Add Textavia MCP to your MCP configuration:

{
  "mcpServers": {
    "textavia": {
      "command": "npx",
      "args": ["-y", "@textavia/mcp"]
    }
  }
}

Server Config

{
  "mcpServers": {
    "textavia": {
      "command": "npx",
      "args": [
        "-y",
        "@textavia/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.