What is the Textavia MCP MCP server?
Local-first MCP server for text, JSON, Base64, CSV, regex, and developer utilities.
How to install Textavia MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"textavia-mcp": {
"command": "npx",
"args": [
"-y",
"@textavia/mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"textavia-mcp": {
"command": "npx",
"args": [
"-y",
"@textavia/mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"textavia-mcp": {
"command": "npx",
"args": [
"-y",
"@textavia/mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"textavia-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@textavia/mcp"
]
}
}
}Claude Code
claude mcp add textavia-mcp -- npx -y @textavia/mcpRelated MCP servers
PuzzleTide
Maintained
Word search, crossword, and sudoku generators, printable PDF worksheets, and verifiable LLM evals.
0
View repository →TypeScript
MIT