刚刚制作了一个应用程序和 MCP 服务器,用于将 Markdown 转换为 Google Docs。
1 分•作者: baroiall•1 天前
我遇到过一个问题,需要用 Google Docs 创建文档以便与同事协作。但是,使用像 Claude Code 这样的本地代理来完成这类任务非常困难,因为本地代理几乎不了解办公套件(如 Google Workspace),并且它们更适合处理 Markdown 文件(这在交给隔壁同事时可能有点麻烦)。
因此,我提出了一个可自托管的解决方案(https://github.com/AlisterBaroi/markdown-to-google-docs-mcp)。这是一个应用程序和 MCP 服务器,可以将您的(本地)Markdown 文件转换为 Google Docs 并保存到您的 Google Drive 中。您可以选择使用 Web 应用,或者连接到 MCP 服务器,无论哪种方式,结果都是一样的。它内置了 Firebase 身份验证(OAuth 2.0)和 Firestore,用于会话管理以及用户 Google Docs 格式预设的保存到其个人资料中。
请随意尝试,启动该项目(以示支持),并随时贡献您的力量。
查看原文
I had this issue for a while, where I need to create documentations in Google Docs to collaborate with my coworkers. But using using local agents, such a claude Code to do such tasks is very difficult because local agents have little to no concept of using office suites (such as Google Workspace), and are optimized to work with markdown files (which can be bit awkward to hand over to your coworder at the next desk).<p>So, I came up with this self-hostable solution (https://github.com/AlisterBaroi/markdown-to-google-docs-mcp). An application and MCP Server that can convert your (local) markdown files into Google Docs and save them into your Google Drive. Use the webapp, or just connect with the MCP server, whichever approach you want to use, the outcome is the same. It comes built-in with Firebase authentication (OAuth 2.0) + Firestore for session management and for user's google docs formatting preset, to be saved to their profile.<p>Play around, start the project (to show me some love), and feel free to contribute.