MCP serverCurated by metahub
Klavis
CLI tool for managing Klavis AI MCP servers in Google Gemini CLI
7/11Verified publisherCurated by MetaHubActively maintainedLicensedDocumentedRunnableClean repo
metahub onboarded this repo on the author's behalf.
If you own github.com/Klavis-AI/klavis on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
5,747
Last commit
4 days ago
Latest release
vpython-v2.20.0
- #agents
- #ai
- #ai-agents
- #api
- #automation
- #cli
- #config
- #developer-tools
- #discord
- #function-calling
- #gemini
- #integration
- #llm
- #mcp
- #mcp-client
- #mcp-server
- #oauth2
- #open-source
- #server
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: klavis
Release history
1- vpython-v2.20.0current246207awarn3 days ago
Contents
🎯 Choose Your Solution
<div align="center"> <table> <tr> <td align="center" width="33%" valign="top" style="vertical-align: top; height: 250px;"> <div style="height: 100%; display: flex; flex-direction: column; justify-content: space-between;"> <div> <h2>Strata</h2> <p><strong>Intelligent connectors for your AI agent, optimize context window</strong></p> </div> </div> </td> <td align="center" width="33%" valign="top" style="vertical-align: top; height: 250px;"> <div style="height: 100%; display: flex; flex-direction: column; justify-content: space-between;"> <div> <h2>MCP Integrations</h2> <p><strong>100+ prebuilt integrations out-of-the-box, with OAuth support</strong></p> </div> </div> </td> <td align="center" width="33%" valign="top" style="vertical-align: top; height: 250px;"> <div style="height: 100%; display: flex; flex-direction: column; justify-content: space-between;"> <div> <h2>MCP Sandbox</h2> <p><strong>scalable MCP environments for LLM training and RL</strong></p> </div> </div> </td> </tr> </table> </div>Quick Start
Option 1: Cloud-hosted - klavis.ai
Option 2: Self-host
# 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
Option 3: SDK
# Python SDK
from klavis import Klavis
from klavis.types import McpServerName
klavis = Klavis(api_key="your-key")
# Create Strata instance
strata = klavis_client.mcp_server.create_strata_server(
user_id="user123",
servers=[McpServerName.GMAIL, McpServerName.SLACK],
)
# Or use individual MCP servers
gmail = klavis.mcp_server.create_server_instance(
server_name=McpServerName.GMAIL,
user_id="user123",
)
// TypeScript SDK
import { KlavisClient, McpServerName } from 'klavis';
const klavis = new KlavisClient({ apiKey: 'your-api-key' });
// Create Strata instance
const strata = await klavis.mcpServer.createStrataServer({
userId: "user123",
servers: [Klavis.McpServerName.Gmail, Klavis.McpServerName.Slack],
});
// Or use individual MCP servers
const gmail = await klavis.mcpServer.createServerInstance({
serverName: McpServerName.GMAIL,
userId: "user123"
});
Option 4: REST API
# Create Strata server
curl -X POST "https://api.klavis.ai/v1/mcp-server/strata" \
-H "Authorization: Bearer your-api-key" \
-H "Content-Type: application/json" \
-d '{
"user_id": "user123",
"servers": ["GMAIL", "SLACK"]
}'
# Create individual MCP server
curl -X POST "https://api.klavis.ai/v1/mcp-server/instance" \
-H "Authorization: Bearer your-api-key" \
-H "Content-Type: application/json" \
-d '{
"server_name": "GMAIL",
"user_id": "user123"
}'
Resources
<div align="center"> <p><strong>Made with ❤️ by the Klavis Team</strong></p> </div>
Reviews
No reviews yet. Be the first.
Related
MCPCurated
Git Mcp
GitMCP is a tool that allows you to get the documentation for a given repository.
ActiveNo licenseVerified publisherCurated by MetaHubActively maintained+5
idosal
8,111717TypeScript
mcpagentic-aiagents+6
MCPCurated
Repomix
A tool to pack repository contents to single file for AI consumption
ActiveNo licenseVerified publisherCurated by MetaHubActively maintained+5
yamadashy
25,7151,323TypeScript
aiai-assistantanthropic+9
MCPCurated
DeepChat
DeepChat,一个简单易用的 Agent 客户端
ActiveNo licenseVerified publisherCurated by MetaHubActively maintained+5
ThinkInAIXYZ
5,850668TypeScript
mcpagentagent-skills+9