3 ms·
Agreed, I'd been working on a Google Sheets specific MCP last week – just got it published here: https://github.com/mkummer225/google-sheets-mcp https://github.
by mkummer 1y ago
Agreed, I'd been working on a Google Sheets specific MCP last week – just got it published here:
https://github.com/mkummer225/google-sheets-mcp https://github.com/mkummer225/google-sheets-mcp
- rahimnathwani 1y agoThis is cool. You should submit this as a 'Show HN'. Also consider publishing it so people can use it without having to use git.
- freeone3000 1y agoPublishing it where? It can’t be a github page, it’s too complex; anything else incurs real costs.
- rahimnathwani 1y agoI mean publish it on the npm registry (https://www.npmjs.com/signup https://www.npmjs.com/signup). That way, it would be easy to install, just by adding some lines to claude_desktop_config.json: { "mcpServers": { "ragdocs": { "command": "npx", "args": [ "-y", "@qpd-v/mcp-server-ragdocs" ], "env": { "QDRANT_URL": "http://127.0.0.1:6333", "EMBEDDING_PROVIDER": "ollama", "OLLAMA_URL": "http://localhost:11434" } }, } } }