Connectto Google Sheets, Gong, Firecrawl Deep Research MCP Servers

Create powerful AI workflows by connecting multiple MCP servers including Google Sheets, Gong, Firecrawl Deep Research for enhanced automation capabilities in Klavis AI.

Google Sheets icon

Google Sheets

featured

Google Sheets is a web-based spreadsheet application that allows users to create, edit, and collaborate on spreadsheets online

Available Tools:

  • google_sheets_create_spreadsheet
  • google_sheets_get_spreadsheet
  • google_sheets_write_to_cell
  • +1 more tools
Gong icon

Gong

featured

Gong is a revenue intelligence platform that captures and analyzes all revenue-related interactions to help sales teams close more deals. It provides conversation analytics, deal insights, and sales performance tracking through call recordings and transcripts

Available Tools:

  • gong_get_transcripts_by_user
  • gong_get_extensive_data
  • gong_get_call_transcripts
  • +2 more tools
Firecrawl Deep Research icon

Firecrawl Deep Research

featured

A personal research assistant that analyze sources across the web, based on Firecrawl

Available Tools:

  • firecrawl_deep_research

Connect Using Klavis UI

The easiest way to connect these MCP servers to your AI clients

1

Navigate to Klavis Home

Visit the Klavis home page and you will see a list of MCP servers available in Klavis.

2

Authorize Your Servers

Click the "Authorize" button next to your chosen servers. Once servers are authorized, you will see a Green Checkmark status.

3

Add to Your AI Client

Click "Add to Cursor", "Add to VS Code", "Add to Claude" or "Add to Other Clients" button to connect the MCP server to your preferred AI client.

Klavis AI MCP Server Connection UI

Connect Using API

Programmatically connect your AI agents to these MCP servers

1

Get Your API Key

Sign up for Klavis AI to access our MCP server management platform and get your API key.

2

Configure Connections

Use the code examples below to add your desired MCP servers to your AI client and configure authentication settings.

3

Test & Deploy

Verify your connections work correctly and start using your enhanced AI capabilities.

Integrate in minutes, Scale to millions

View Documentation
import os
from klavis import Klavis
from klavis.types import McpServerName
from llama_index.tools.mcp import (
    BasicMCPClient,
    aget_tools_from_mcp_url,
)
from llama_index.core.agent.workflow import FunctionAgent

# Initialize clients
klavis_client = Klavis(api_key=os.getenv("KLAVIS_API_KEY"))

# Create strata server with all MCP servers
response = klavis_client.mcp_server.create_strata_server(
    servers=[McpServerName.GOOGLE_SHEETS, McpServerName.GONG, McpServerName.FIRECRAWL_DEEP_RESEARCH],
    user_id="1234"
)

mcp_server_url = response.strata_server_url

# Get tools from the strata server
strata_tools = await aget_tools_from_mcp_url(
    mcp_server_url, 
    client=BasicMCPClient(mcp_server_url)
)

# Create agent with all tools
agent = FunctionAgent(
    name="strata_agent",
    tools=strata_tools,
    llm=llm,
)

Frequently Asked Questions

Everything you need to know about connecting to these MCP servers

Ready to Get Started?

Join developers who are already using KlavisAI to power their AI agents and AI applications with these MCP servers.

Start For Free