OpenDocsWork MCP logo

OpenDocsWork MCP

OpenDocsWork MCP is a Rust-native Model Context Protocol server that enables AI assistants to read, write, and process Microsoft Office documents including Excel spreadsheets, Word documents, and PowerPoint presentations. It exposes structured tool calls that MCP-compatible hosts like Claude, Cursor, and other AI clients can invoke to create reports, fill templates, extract data from spreadsheets, and generate presentations without manual copy-paste workflows. The server runs locally with sub-millisecond response times, keeping sensitive documents on-device. It targets developers building document-heavy automation, enterprise teams processing reports, and anyone who needs AI agents to interact with Office formats natively. With 102 GitHub stars, GPL-3.0 licensing, and active development, OpenDocsWork MCP fills a practical gap in the MCP ecosystem where most servers focus on web APIs rather than desktop document formats.

Reader rating

No ratings yet

Visit website

You might also like

Related tools

View all
codemap favicon
codemap
No ratings yet

codemap is an MIT-licensed project brain for AI coding tools that gives LLMs instant architectural context from your codebase without burning tokens. It generates a fast tree/context view, dependency flow, dependency blast-radius analysis, and a layered handoff format for cross-agent continuation, then exposes everything through a JSON context bundle and an MCP server compatible with Claude Code and Codex. A built-in Codex plugin and community skill registry make it easy to install and share. Developers use codemap to onboard agents to large repos in seconds, keep session continuity across handoffs, and scope the impact of a change before running it.

View details
Ollama favicon
Ollama
No ratings yet

Ollama is a local AI platform for running, managing, and sharing open models on your own machine or private infrastructure. It makes it easy to pull models, serve them through an API, and integrate local inference into developer workflows without relying on a fully managed cloud stack. Teams use Ollama for privacy-sensitive assistants, internal tools, offline experimentation, and rapid testing of open-weight models across laptops, workstations, and servers. It is especially useful for developers, operators, and AI builders who want quick setup with less operational overhead. What makes Ollama distinctive is how approachable it is: it packages model runtime, distribution, and deployment into a streamlined experience that helps people get productive with local AI in minutes instead of spending days on configuration.

View details
FileForge Finder favicon
FileForge Finder
No ratings yet

FileForge Finder is an AI-powered local file search utility that optimizes search results for developer workflows. It uses natural language processing to understand query intent and prioritize relevant files, code snippets, and documentation. The tool integrates with popular IDEs and terminals to provide instant, context-aware file retrieval, reducing time spent navigating complex project structures. It supports multiple file formats and offers advanced filtering by content type, modification date, and relevance.

View details

From the blog

Related articles

View all
A cover image showing interconnected puzzle pieces labeled with AI agent logos forming a universal connector, symbolizing the Agent Plugins standard unifying AI skills across platforms.
August 7, 2026 · 5 min read

Agent Plugins: The USB-C of AI Skills?

Agent Plugins aims to be the USB-C of AI skills – a single standard that works everywhere. Instead of rebuilding the same skill for Cursor, GitHub Copilot, Claude Code, and every other agent platform, developers can build it once and have it work everywhere…

Illustration showing the agent safety ladder with sandboxing, audit trails, permission models, behavior monitoring, rollback mechanisms, and consistent tool interfaces
August 6, 2026 · 5 min read

The Agent Safety Ladder: From Sandboxing to Audit Trails

Zed just released version 1.14, and its headline feature isn’t a new theme or a faster startup. It’s OS-enforced sandboxing for the AI agent's `terminal` and `fetch` tools, enabled by default…

Branded HungryMinded cover reading Agents Need Keys for an article about AI workspace permissions.
August 4, 2026 · 7 min read

AI Agents Need Workspace Permissions, Not Blind Trust

Workspace-aware AI agents are useful because they can touch real context. That is exactly why permissions, logs, and rollback now matter…