MCP (Model Context Protocol) servers let AI agents reach beyond the codebase. They connect your agent to external APIs, databases, search engines, and services through a standardized protocol — so the agent can actually take action, not just write code.
1041 servers
An MCP (Model Context Protocol) server that lets you schedule AI phone calls and manage Leximo assignments directly from Claude Desktop or Claude Code — no app switching needed. Replace your-token with your API token from concierge.leximo.ai/profile. Then install the plugin: 1. Go to concierge.leximo.ai and sign in 2. Open your profile page 3. Copy your JWT access token Add to ~/Library/Applicatio
A Model Context Protocol (MCP) server for managing and interacting with the Flowcore Platform. If you're curious about how it works, you can check out our video, where we set it up and demonstrate what it can do. You can run this package directly using npx without installing it: Replace and with your Flowcore username and PAT (Personal Access Token). If you prefer to install the package globally:
This project implements a Model Context Protocol (MCP) server for interacting with the ZenML API. The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). It acts like a "USB-C port for AI applications" - providing a standardized way to connect AI models to different data sources and tools. MCP follows a client-server
This is an MCP (Model Context Protocol) compatible tool that allows MobSF (Mobile Security Framework) to scan APK and IPA files directly via Claude, 5ire, or any MCP-capable client. MobSF should be installed( and running ) on the system. Download the MCP typescript sdk and rename the folder to sdk. npm should be installed on the system - Supports APK and IPA file scanning - Uses MobSF's REST API t
Enable fast, free real-time web search and access premium data from trusted media brands—news, financial markets, sports, entertainment, weather, and more. Build powerful AI agents with Dappier. Get Dappier API Key. Head to Dappier to sign up and generate an API key. To install dappier-mcp for Claude Desktop automatically via Smithery: Install uv first. MacOS/Linux: Update your Claude configuratio
An MCP server application that sends various types of messages to the WeCom group robot. To install mcp-wecombot-server for Claude Desktop automatically via Smithery: Send a text message to WeCom group - sendmarkdown Send a markdown message to WeCom group - sendimage Send an image message to WeCom group Send a news message to WeCom group,a news include title,description,url,picurl - sendtemplateca
📖 Blog Post: Learn more about this project in the detailed blog post: Telephony MCP Server for Agentic AI and Language Models This directory contains MCP (Model Context Protocol) Server tools for telephony operations, such as making voice calls and sending SMS messages using the Vonage API. These tools are designed to be integrated with Large Language Model (LLM) applications, enabling LLMs to pe
A Rust-based server designed to bridge the gap between a Wazuh Security Information and Event Management (SIEM) system and applications requiring contextual security data, specifically tailored for the Claude Desktop Integration using the Model Context Protocol (MCP). Modern AI assistants like Claude can benefit significantly from real-time context about the user's security environment. The Wazuh
A Model Context Protocol (MCP) server that connects to the Databricks Genie API, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents. - List Genie spaces available in your Databricks workspace (Currently Manual/Using Resource) - Fetch metadata (title, description) of a specific Genie space - Start new Genie conversations with natural
A powerful AI-driven Security Operations Center (SOC) Text2SQL framework based MCP Server (Local and Remote) for converting natural language Prompts to SQL queries dynamically, with integrated security threat analysis and monitoring. - Text2SQL Conversion: Convert natural language queries to optimized SQL - Multiple Interfaces: Support for STDIO, SSE, and REST API - Security Threat Analysis: Built
An MCP server that tracks stablecoin peg integrity across multiple blockchains, helping AI agents detect depegging risks before they escalate. - Stability Reports: Generate detailed reports assessing stablecoin peg stability, including maximum deviation and status (Stable, Moderately Stable, Unstable). - Real-Time Price Monitoring: Fetch current prices and calculate peg deviation from $1 for USD-p
An MCP server that tracks and monitors the latest trending tokens on CoinGecko, providing real-time insights into the most popular cryptocurrencies. - Tool: gettrendingmddoc Returns a Markdown document of the full CoinGecko trending page, including a table of trending cryptocurrencies with columns: Rank, Name, Symbol, Price, 1h Change, 24h Change, 7d Change, 24h Volume, Market Cap. - Prompt: parse
A next-generation framework documentation provider for Claude Code via Model Context Protocol (MCP). Provides query-focused API context by extracting TypeScript definitions directly from npm packages - delivering minimal, accurate information instead of dumping entire documentation pages. mcp-name: dev.augments/mcp Version 4.0 introduces a fundamentally new approach to framework documentation: Doc
Large Language Models (LLMs) have made incredible strides in code generation and developer productivity. However, they face a key limitation: they can only reliably use APIs and libraries they’ve seen during training. This creates a bottleneck for adopting new tools, SDKs, or internal APIs — LLMs simply don’t know how to use them effectively. While tools can be given source code access (when inter
基于 MCP 协议的代码执行器,最后是通过 Docker 来进行代码执行的,所以本机上需要有 Docker 的环境. - [x] 支持 MCP 协议 - [x] 支持代码执行,获得代码执行的结果 - [ ] 获取代码执行的时间、内存等信息
An MCP server for ClickHouse. Execute SQL queries on your ClickHouse cluster. Input: query (string): The SQL query to execute. Queries run in read-only mode by default (CLICKHOUSEALLOWWRITEACCESS=false), but writes can be enabled explicitly if needed. listdatabases List all databases on your ClickHouse cluster. List tables in a database with pagination. Required input: database (string). Optional
An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant. The server implements five tools: - codelogic-method-impact: Pulls an impact assessment from the CodeLogic server's APIs for your code. - Takes the given "method" that you're working on and its associated "class". - codelogic-database-impact: Analyzes impacts between code and database entities. - T
An MCP server for tracking and managing cryptocurrency portfolio allocations, enabling AI agents to query and optimize portfolio strategies in real time. - Portfolio Management: Add and track cryptocurrency holdings with real-time Binance prices. - Price Retrieval: Fetch current prices for any Binance trading pair (e.g., BTC/USDT). - Value History: Generate visual charts of portfolio value over ti
The Octagon MCP server provides specialized AI-powered financial research and analysis by integrating with the Octagon Market Intelligence API, enabling users to easily analyze and extract detailed insights from public filings, earnings call transcripts, financial metrics, stock market data, and extensive private market transactions within Claude Desktop and other popular MCP clients. ✅ Comprehens
MCP Official Registry A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction. This server enables searching documents, analyzing indices, and managing cluster through a set of tools. - generalapirequest: Perform a general HTTP API request. Use this tool for any Elasticsearch/OpenSearch API that does not have a dedicated tool. - listindices: List
A Postgres MCP server with index tuning, explain plans, health checks, and safe sql execution. Overview • Quick Start • Technical Notes • Related Projects • Postgres MCP Pro is an open source Model Context Protocol (MCP) server built to support you and your AI agents throughout the entire development process—from initial coding, through testing and deployment, and to production tuning and maintena
This repository contains an MCP (Model Context Protocol) server (server.py) built using the fastmcp library. It interacts with the Kaggle API to provide tools for searching and downloading datasets, and a prompt for generating EDA notebooks. - server.py: The FastMCP server application. It defines resources, tools, and prompts for interacting with Kaggle. - .env.example: An example file for environ
The Unitree Go2 MCP Server is a server built on the Model Context Protocol (MCP) that enables users to control the Unitree Go2 robot using natural language commands interpreted by a Large Language Model (LLM). These commands are translated into ROS2 instructions, allowing the robot to perform corresponding actions. - Unitree Go2 robot - Ubuntu 20.04 or 22.04 - ROS2 environment : Humble(recommended
This is a simple Model Context Protocol (MCP) server implementation for IP2Location.io API. It will return a detailed geolocation information for any given IPv4 or IPv6 address. - Comprehensive Geolocation Data: Retrieves a wide range of information, including country, region, city, latitude, longitude, ZIP code, time zone, and more. - Network Details: Provides network-related data such as ASN, IS