Making MCPs Accessible for Everyone ๐Ÿš€

Making MCPs Accessible for Everyone ๐Ÿš€

Klavis AI (YC X25): Open Source MCP Infra for Everyone

Klavis-AI

Research & Data
Visit Server

README

<div align="center"> <picture> <img src="https://raw.githubusercontent.com/klavis-ai/klavis/main/static/klavis-ai.png" width="80"> </picture> </div>

<h1 align="center">Making MCPs Accessible for Everyone ๐Ÿš€</h1>

License: MIT Website Discord YouTube Demo

๐Ÿ“š TL;DR

Klavis AI is building open-source infrastructure to make Model Context Protocols (MCPs) easy for everyone. We provide:

  • ๐Ÿ’ฌ Slack & Discord Clients: Run MCPs directly from your favorite messaging platforms
  • โ˜๏ธ Hosted MCP Servers: Access powerful tools without infrastructure management
  • ๐ŸŽ›๏ธ Simple Web UI: Configure and manage everything with no coding required

Whether you're a non-technical user wanting to leverage AI workflows or a developer looking to build and scale MCPs, Klavis makes it simple.

๐ŸŽฌ Watch Our Demo

See how easy it is to use MCPs (like our Report Generator, YouTube tools, and Document Converters) directly from Slack/Discord:

Klavis AI Demo

You can find more case study videos on our website.

๐Ÿš€ Quick Start

For detailed MCP client setup instructions, please refer to the platform-specific documentation:

For detailed MCP server setup instructions, please refer to the README file under each server folder.

๐Ÿ—๏ธ Architecture

Klavis consists of two main components:

MCP Servers

Located in the mcp_servers/ directory, these service-specific modules expose capabilities as tools:

  • Report Generation: Create professional reports from various data sources
  • YouTube: Download, analyze, and transform YouTube content
  • Document Conversion: Convert between various file formats using Pandoc
  • GitHub: Perform GitHub repository operations
  • Slack: For Slack API integration
  • Supabase: For database operations
  • Firecrawl: For web crawling and data collection
  • Resend: For email services
  • Postgres: For PostgreSQL database operations
  • Discord: For Discord API integration

MCP Clients

Located in the mcp_clients/ directory, these client applications connect to MCP servers and interface with end-user platforms:

  • Discord Bot: Interactive AI assistant for Discord
  • Slack Bot: Interactive AI assistant for Slack
  • Base Client: Shared functionality for all platform clients

๐Ÿงฉ Extending Klavis

Adding a New Tool

  1. Create a new directory in mcp_servers/
  2. Implement the MCP server interface
  3. Register your tools with appropriate schemas
  4. Connect to your client through the standard SSE protocol

Adding a New Client Platform

  1. Create a new client module in mcp_clients/
  2. Extend the base_bot.py functionality
  3. Implement platform-specific message handling
  4. Connect to MCP servers using mcp_client.py

๐Ÿค Contributing

We love contributions! Join our Discord community to discuss ideas and get help.

๐Ÿ“š Citation

If you use Klavis in your research or project, please cite:

@software{klavis2024,
  author = {Klavis AI},
  title = {Klavis: Open-Source Infrastructure for Model Context Protocols},
  year = {2024},
  publisher = {GitHub},
  url = {https://github.com/klavis-ai/klavis}
}

๐Ÿ“œ License

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

<div align="center"> ๐Ÿ™ Thanks for checking out Klavis AI! We're excited to hear your thoughts and build this with the community. </div>

Recommended Servers

Crypto Price & Market Analysis MCP Server

Crypto Price & Market Analysis MCP Server

A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.

Featured
TypeScript
MCP PubMed Search

MCP PubMed Search

Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.

Featured
Python
dbt Semantic Layer MCP Server

dbt Semantic Layer MCP Server

A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.

Featured
TypeScript
mixpanel

mixpanel

Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Featured
TypeScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python
Nefino MCP Server

Nefino MCP Server

Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.

Official
Python
Vectorize

Vectorize

Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

Official
JavaScript
Mathematica Documentation MCP server

Mathematica Documentation MCP server

A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.

Local
Python
kb-mcp-server

kb-mcp-server

An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded

Local
Python
Research MCP Server

Research MCP Server

The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.

Local
Python