#!/bin/bash
# Easy installation script for MCP Text Editor using UVX
# Check if UVX is installed
if ! command -v uvx &> /dev/null; then
echo "UVX not found. Installing UVX..."
curl -sS https://raw.githubusercontent.com/astral-sh/uv/main/scripts/install.sh | sh
# Add UV to PATH for this session
export PATH="$HOME/.cargo/bin:$PATH"
fi
# Install the package
echo "Installing MCP Text Editor..."
uvx install -e .
echo "MCP Text Editor installed successfully!"
echo "You can now run it using the 'editor-mcp' command"
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielpodrazka/editor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server