Skip to content
Cursor

text stats ai mcp for Cursor

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:Cursor transport:stdio runtime:pypi

Install text stats ai mcp in Cursor

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

{
  "mcpServers": {
    "text-stats-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "text-stats-ai-mcp"
      ]
    }
  }
}

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

text stats ai mcp in other clients