Skip to main content
Glama

Claude Document MCP Server

#!/bin/bash # Run the Claude Document MCP Server directly # Get the project directory PROJECT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # Run the server with UV (using --project parameter) echo "Starting Document MCP Server..." uv run --project "$PROJECT_DIR" -m claude_document_mcp.server

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