MCP.so
登录
T

Textavia Mcp

@Caravaca-Labs

关于 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

基本信息

分类

开发工具

传输方式

stdio

发布者

Caravaca-Labs

提交者

catorch

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

开发工具 分类下的更多 MCP 服务器