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"]
}
}
}
Links
- GitHub: https://github.com/Caravaca-Labs/textavia-cli
- npm: https://www.npmjs.com/package/@textavia/mcp
- Smithery: https://smithery.ai/servers/caravaca-labs/textavia
Popular tools and guides
- JSON formatter: https://textavia.com/tools/json-formatter
- Base64 tools: https://textavia.com/tools/base64
- Text cleaner: https://textavia.com/tools/text-cleaner
- Privacy scrubber: https://textavia.com/tools/privacy-scrubber
- Invisible text generator: https://textavia.com/tools/invisible-text-generator
- Glitch text converter: https://textavia.com/tools/glitch-text-converter
- Discord fonts generator: https://textavia.com/tools/discord-fonts-generator
- Underline text generator: https://textavia.com/tools/underline
- Stacked text generator: https://textavia.com/tools/stacked-text-generator
- Lorem ipsum generator: https://textavia.com/tools/lorem-ipsum-generator
- Upside down text generator: https://textavia.com/tools/upside-down
- Word cloud generator: https://textavia.com/tools/word-cloud-generator
- Aesthetic text generator: https://textavia.com/tools/aesthetic-text-generator
- Random number generator guide: https://textavia.com/blog/random-number-generator-fair-picks
Server Config
{
"mcpServers": {
"textavia": {
"command": "npx",
"args": [
"-y",
"@textavia/mcp"
]
}
}
}