Skip to content

text stats ai mcp for Zed

io.github.csoai-org/text-stats-ai-mcp

MCP server for text stats ai. Features word count, reading time, keyword density. From MEOK AI Labs.

client:Zed transport:stdio runtime:pypi

Install text stats ai mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "text-stats-ai-mcp": {
      "command": "uvx",
      "args": [
        "text-stats-ai-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

text stats ai mcp in other clients