klavis

MCP.Pizza Chef: Klavis-AI

Klavis AI is an open-source MCP client designed for seamless integration of production-ready MCP servers and clients into AI applications. It enables developers to connect and scale MCP-powered AI workflows effortlessly, supporting multi-platform deployments and millions of users. Klavis provides robust infrastructure and tools to accelerate building AI applications with real-time context and tool orchestration using the MCP protocol.

Use This MCP client To

Integrate MCP servers into AI applications quickly Scale AI applications to millions of users with MCP Connect multiple MCP servers and clients seamlessly Deploy multi-platform AI clients using MCP Manage real-time context flow in AI workflows Orchestrate tool calls across MCP integrations

README

Production-ready MCP integrations for AI applications

Documentation Website Discord YouTube Demo License: MIT

Introduction

Klavis AI makes it effortless to connect to production-ready MCP servers & clients at scale. Integrate MCPs with your AI applications in a minute, and scale to millions of users using our open-source infrastructure, hosted servers, and multi-platform clients!

✨ Key Features

Klavis AI removes the barrier to using MCPs by providing:

  • Production-Ready MCP Servers: All our MCP Servers come from official sources or are internally evaluated by Klavis and our customers.
  • Built-In Authentications: Secure authentication out of the box for both developers and end-users.
  • MCP Client Integrations: We support MCP Client Integration, allowing you to interact via Klavis Slack, Discord, or web MCP client and integrate into your workflows seamlessly.
  • 100+ Tool Integrations & Customizations: Support for various tools and customized MCP servers tailored to your needs.

πŸš€ Quick Start

To run self hosted versions, check out the detailed readme in each MCP server and MCP client below.

MCP Servers

MCP Clients

Hosted solutions

  1. Sign up for Klavis platform and create your API key

  2. Create a new MCP server instance

curl --request POST \
  --url https://api.klavis.ai/mcp-server/instance/create \
  --header 'Authorization: Bearer <KLAVIS_API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{
  "serverName": "<MCP_SERVER_NAME>",
  "userId": "<USER_ID>",
  "platformName": "<PLATFORM_NAME>"
}'

Note: It will return an MCP server URL that takes care of everything for you!

  1. Set up auth token or use our in-house OAuth flow (if the MCP Server requests private info)
curl --request POST \
  --url https://api.klavis.ai/mcp-server/instance/set-auth-token \
  --header 'Authorization: Bearer <KLAVIS_API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{
  "instanceId": "<string>",
  "authToken": "<string>"
}'

Check out our documentation for more details!

🀝 Contributing

We love contributions! Please check our Contributing Guidelines for details on how to submit changes. Join our Discord community to discuss ideas and get help.

πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.

klavis FAQ

How do I get started with Klavis AI client?
Visit the Klavis documentation at https://docs.klavis.ai for setup guides and examples to integrate the client into your AI applications.
Is Klavis AI client open source?
Yes, Klavis AI is fully open source under the MIT license, allowing customization and community contributions.
Can Klavis AI client handle large-scale deployments?
Yes, it is designed to scale MCP integrations to millions of users with robust infrastructure support.
Does Klavis support multi-platform clients?
Yes, Klavis supports deploying MCP clients across multiple platforms for versatile AI application use.
How does Klavis manage real-time context in AI workflows?
Klavis orchestrates context flow and tool calls between MCP servers and clients to maintain up-to-date environment state.
Where can I find community support for Klavis?
Join the Klavis Discord community at https://discord.gg/p7TuTEcssn for support and discussions.
What kind of AI applications benefit from Klavis?
Applications requiring real-time context integration, multi-tool orchestration, and scalable MCP deployments benefit most.
Are there hosted MCP servers available with Klavis?
Yes, Klavis offers hosted MCP servers to simplify infrastructure management and accelerate development.