刚刚制作了一个应用程序和MCP服务器,用于将Markdown转换为Google文档。
我遇到了一个问题,最近需要在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.