MCP Catalogs
Home

klavis

by Klavis-AI·5,735·Score 58

Klavis is an MCP integration platform offering over 100 prebuilt connectors with OAuth support for AI agents.

developer-toolscommunicationproductivity
546
Forks
272
Open issues
this month
Last commit
2d ago
Indexed

Overview

Klavis provides a comprehensive MCP integration ecosystem with three main products: Strata for intelligent connectors that optimize context windows, MCP Integrations offering 100+ prebuilt integrations with OAuth support, and MCP Sandbox for scalable MCP environments. The platform supports multiple deployment options including cloud-hosted, self-hosted, SDK, and REST API approaches. It enables AI agents to reliably use tools at any scale with proper authentication and context management.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Building AI agents that need to access multiple services with proper authentication
you:Scaling MCP integrations for enterprise-level AI applications
you:Creating custom tool integrations for specialized AI workflows
you:What is Strata?
you:How does Klavis handle authentication?

When to choose this

Choose Klavis when you need scalable MCP integration for multiple services and want ready-to-use connectors with OAuth support.

When NOT to choose this

Avoid Klavis if you need complete open-source control without vendor lock-in, or if you're looking for a single self-contained MCP server without cloud dependencies.

Comparable tools

mcp-servernpx-playwright-mcpbrowserless-mcpclaude-desktop

Installation

Installation Options

Cloud-hosted

Visit [klavis.ai](https://www.klavis.ai) and follow the quickstart guide.

Self-hosted

# Run any MCP Integration
docker pull ghcr.io/klavis-ai/github-mcp-server:latest
docker run -p 5000:5000 ghcr.io/klavis-ai/github-mcp-server:latest

# Install Open Source Strata locally
pipx install strata-mcp
strata add --type stdio playwright npx @playwright/mcp@latest

SDK (Python)

from klavis import Klavis
from klavis.types import McpServerName

klavis = Klavis(api_key="your-key")

# Create Strata instance
strata = klavis.mcp_server.create_strata_server(
    user_id="user123",
    servers=[McpServerName.GMAIL, McpServerName.SLACK],
)

Claude Desktop Integration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "klavis": {
      "command": "docker",
      "args": ["run", "--rm", "-p", "5000:5000", "ghcr.io/klavis-ai/github-mcp-server:latest"]
    }
  }
}

FAQ

What is Strata?
Strata is Klavis's intelligent connector system that optimizes context windows for AI agents, allowing them to handle thousands of tools efficiently.
How does Klavis handle authentication?
Klavis provides OAuth support for its 100+ integrations, allowing secure API access to services like Gmail, Slack, GitHub, and many others.

On Hacker News

Recent discussion from the developer community.

Compare klavis with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.