PluginBench
MCP Server
Active
MIT

TruePath Office MCP Server

io.github.JoyTruepath/truepath-office-mcp

What is the TruePath Office MCP server?

Local MCP for Word, Excel, PowerPoint & PDF on macOS — formulas, slides, DOCX, PDF ops. No network.

How to install TruePath Office

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "truepath-office-mcp": {
      "command": "https://github.com/JoyTruepath/truepath-office-mcp/releases/download/v0.1.0/truepath-office-mcp-0.1.0.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "truepath-office-mcp": {
      "command": "https://github.com/JoyTruepath/truepath-office-mcp/releases/download/v0.1.0/truepath-office-mcp-0.1.0.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "truepath-office-mcp": {
      "command": "https://github.com/JoyTruepath/truepath-office-mcp/releases/download/v0.1.0/truepath-office-mcp-0.1.0.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "truepath-office-mcp": {
      "type": "stdio",
      "command": "https://github.com/JoyTruepath/truepath-office-mcp/releases/download/v0.1.0/truepath-office-mcp-0.1.0.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add truepath-office-mcp -- https://github.com/JoyTruepath/truepath-office-mcp/releases/download/v0.1.0/truepath-office-mcp-0.1.0.mcpb

Related MCP servers

TruePath PDF

Maintained

Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.

0
TypeScript
MIT
View repository →