Custom Google Workspace Server

Custom Google Workspace Server

Enables AI agents to create and append to Google Docs and Sheets through MCP, including matrix-based row writes and dynamic text injection into document bodies.

Category
Visit Server

README

Multi-Agent MCP Orchestrator

An enterprise-grade, autonomous AI orchestration system built with LangGraph, utilizing the Model Context Protocol (MCP) to seamlessly connect LLMs to local environments, vector databases, and cloud APIs.

Architectural Highlights

1. The Supervisor Routing (LangGraph)

  • Transitioned from a monolithic tool-calling agent to a distributed MultiServerMCPClient architecture.
  • Implemented strict system prompt injection to control agent behavior dynamically (e.g., forcing Google Sheets defaults) without polluting user queries.
  • Handled state routing via GraphState to allow seamless multi-step tool chaining across completely isolated MCP servers.

2. Self-Healing RAG Vault (ragsystem.py)

  • Built a custom Pinecone Hybrid Search vector database with LlamaParse for structural markdown extraction.
  • Wipe-and-Replace Mechanism: Implemented pre-ingestion metadata filtering (index.delete(filter={"source": filepath})). This prevents vector duplication when re-ingesting updated source files, maintaining a pristine context window.

3. Custom Google Workspace Server (workspace_custom.py)

  • Bypassed limited community MCP packages to build a raw Python MCP server interacting directly with Google Docs and Sheets REST APIs.
  • Capabilities: * create_sheet & write_sheet: Matrix-based (2D array) row appending using Google's USER_ENTERED parsing.
    • create_doc & append_doc: Dynamic EOF index calculation to securely inject text into heavily nested Google Docs JSON trees.

4. Cross-Platform Integrations

This orchestrator successfully routes complex workflows across multiple isolated domains in a single conversational turn:

  • Local Filesystem: Read/Write access via standard I/O transport.
  • Notion: Document retrieval via official @modelcontextprotocol/server-notion.
  • DuckDuckGo: Zero-auth web search via duckduckgo-mcp-server.
  • Todoist: Task management and creation via a custom FastMCP REST API server.

Prerequisites & Installation

1. Environment Setup

This project uses uv for lightning-fast package management. Ensure Python 3.12+ and uv are installed.

# Clone the repository
git clone [https://github.com/yourusername/multi-agent-orchestrator.git](https://github.com/yourusername/multi-agent-orchestrator.git)
cd multi-agent-orchestrator

# Install dependencies via uv
uv venv
uv pip install -r requirements.txt

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured