Skip to content
Cursor

Textavia MCP for Cursor

io.github.catorch/textavia-mcp

Local-first MCP server for text, JSON, Base64, CSV, regex, and developer utilities.

client:Cursor transport:stdio runtime:npm

Install Textavia MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Textavia MCP in other clients