Skip to main content
Glama

Claude Document MCP Server

start_server.sh407 B
#!/bin/bash # Start the Claude Document MCP Server # Activate the virtual environment if [ -d ".venv" ]; then source .venv/bin/activate else echo "Creating virtual environment with UV..." uv venv source .venv/bin/activate echo "Installing dependencies with UV..." uv pip install -e . fi # Start the server echo "Starting Document MCP Server..." python -m claude_document_mcp

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/alejandroBallesterosC/document-edit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server