MCP.so
Sign In
T

Textavia Mcp

@Caravaca-Labs

About Textavia Mcp

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 conversio

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is 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.

How to use Textavia MCP?

Install the package globally with npm install -g @textavia/mcp, then add the MCP configuration to your MCP client's settings file using the command npx -y @textavia/mcp.

Key features of Textavia MCP

  • Exposes 163 tools for developer data tasks
  • Supports JSON, Base64, CSV, Markdown tables, YAML, XML, HTML
  • Offers regex testing, hashes, JWT decoding, and timestamps
  • Includes random values, color helpers, and text cleanup
  • Provides case conversion and privacy scrubbing
  • Runs locally as a Node.js package

Use cases of Textavia MCP

  • Formatting and validating JSON documents in an MCP-compatible IDE
  • Converting between data formats like CSV, YAML, and XML
  • Cleaning up text and generating random values during development
  • Scrubbing sensitive information from data before sharing logs

FAQ from Textavia MCP

What tools does Textavia MCP provide?

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.

How do I install Textavia MCP?

Install it globally via npm: npm install -g @textavia/mcp.

How do I configure Textavia MCP in my MCP client?

Add the following to your MCP configuration file under mcpServers: "textavia": { "command": "npx", "args": ["-y", "@textavia/mcp"] }.

Is Textavia MCP local-first?

Yes, it runs locally as a Node.js package, not as a remote service.

What are the runtime requirements for Textavia MCP?

It requires Node.js and npm, since it is installed as an npm package.

Frequently asked questions

What tools does Textavia MCP provide?

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.

How do I install Textavia MCP?

Install it globally via npm: `npm install -g @textavia/mcp`.

How do I configure Textavia MCP in my MCP client?

Add the following to your MCP configuration file under `mcpServers`: `"textavia": { "command": "npx", "args": ["-y", "@textavia/mcp"] }`.

Is Textavia MCP local-first?

Yes, it runs locally as a Node.js package, not as a remote service.

What are the runtime requirements for Textavia MCP?

It requires Node.js and npm, since it is installed as an npm package.

Comments

More Developer Tools MCP servers