Claude Document MCP Server
Servidor MCP de Claude Document
Un servidor de Protocolo de contexto de modelo (MCP) que permite a Claude Desktop realizar operaciones de documentos en archivos de Microsoft Word, Excel y PDF.
Características
Operaciones de Microsoft Word
Crear nuevos documentos de Word a partir de texto
Editar documentos de Word existentes (agregar/editar/eliminar párrafos y encabezados)
Convertir archivos de texto (.txt) a documentos de Word
Operaciones de Excel
Cree nuevas hojas de cálculo de Excel a partir de texto tipo JSON o CSV
Editar archivos de Excel existentes (actualizar celdas, rangos, agregar/eliminar filas, columnas, hojas)
Convertir archivos CSV a Excel
Operaciones PDF
Crear nuevos archivos PDF a partir de texto
Convertir documentos de Word a archivos PDF
Related MCP server: Quip MCP Server
Configuración
Este servidor MCP requiere Python 3.10 o superior.
Configuración automática (recomendada)
Ejecute el script de instalación para instalar automáticamente las dependencias y configurar Claude Desktop:
git clone https://github.com/alejandroBallesterosC/document-edit-mcp
cd document-edit-mcp
./setup.shEsto hará lo siguiente:
Crear un entorno virtual
Instalar las dependencias necesarias
Configurar el servidor para Claude Desktop
Crear directorios necesarios
Configuración manual
Si prefiere configurarlo manualmente:
Instalar dependencias:
cd claude-document-mcp
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -e .Configurar Claude Desktop:
Copie el archivo claude_desktop_config.json a:
Mac :
~/Library/Application Support/Claude/Ventanas :
%APPDATA%\Claude\
Reiniciar Claude Desktop
Integración del protocolo de contexto del modelo
Este servidor sigue la especificación del Protocolo de contexto de modelo para proporcionar capacidades de manipulación de documentos para Claude Desktop:
Herramientas : Proporciona funciones de manipulación para operaciones de Word, Excel y PDF.
Recursos : Proporciona información sobre las capacidades.
Indicaciones : (ninguna implementada actualmente)
Referencia de API
Microsoft Word
Crear un documento de Word
create_word_document(filepath: str, content: str) -> DictEditar un documento de Word
edit_word_document(filepath: str, operations: List[Dict]) -> DictConvertir TXT a Word
convert_txt_to_word(source_path: str, target_path: str) -> DictSobresalir
Crear un archivo de Excel
create_excel_file(filepath: str, content: str) -> DictEditar un archivo de Excel
edit_excel_file(filepath: str, operations: List[Dict]) -> DictConvertir CSV a Excel
convert_csv_to_excel(source_path: str, target_path: str) -> DictCrear un archivo PDF
create_pdf_file(filepath: str, content: str) -> DictConvertir Word a PDF
convert_word_to_pdf(source_path: str, target_path: str) -> DictRegistros
El servidor registra todas las operaciones tanto en la consola como en un archivo logs/document_mcp.log para solucionar problemas.
Licencia
Instituto Tecnológico de Massachusetts (MIT)
Contribuyendo
¡Agradecemos sus contribuciones! No dude en enviar una solicitud de incorporación de cambios.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An agent-first office suite Claude & ChatGPT read and write over one MCP URL.
The Telnyx MCP server is an official implementation of the Model Context Protocol that enables AI clients (like Claude Desktop, Cursor, and OpenAI Agents) to interact with Telnyx's telephony, messaging, and AI assistant APIs. It provides comprehensive capabilities including making and managing phone calls, sending SMS/MMS messages, purchasing and configuring phone numbers, creating AI assistants with custom instructions, managing cloud storage buckets, scraping and embedding website content, and handling integration secrets. The server exists as both a local implementation and a remotely hosted version, allowing developers to integrate real-world communication infrastructure directly into AI applications.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The Needle MCP server enables semantic search on documents stored in files like PDFs, DOCX, and XLSX by connecting AI applications to external data sources. It provides capabilities to create and manage document collections, perform natural language searches on stored content, and retrieve relevant information without requiring exact keyword matches.
Related MCP Servers
- AlicenseCqualityFmaintenanceA Model Context Protocol server that enables AI assistants to create, read, edit, and format Microsoft Word documents through standardized tools and resources.6542,106MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to directly read and edit Quip documents through a set of specialized tools.56ISC
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables Claude Desktop to perform file operations like reading, writing, listing directories, and managing files through natural language commands.MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server for enterprise-grade document automation, enabling AI assistants to create, read, manipulate, and analyze Microsoft Word documents programmatically.541MIT
Appeared in Searches
- Enhancements for Claude Desktop App with Large Contexts and Long Documents
- Tools for reading Excel, Word and PowerPoint files
- Excel spreadsheet template for tracking residents and attendings with PDF and voice memo attachments
- Tools and resources for PDF and XML document processing
- PDF text editing and preview tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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