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.

コメント

「開発者ツール」の他のコンテンツ