Directory

Search MCP Servers

Explore 23,068 servers by name, category, or capability

Showing 217–240 of 4,937 for Groq Desktop

Notion MCP Server

A Model Context Protocol server for Notion integration that allows Claude and other LLMs to interact with a Notion workspace through tools like search, page…

Jampp MCP Server

# Jampp MCP Server This MCP server provides access to the Jampp Reporting API through the Model Context Protocol, allowing LLMs to fetch campaign performance…

MCP Servers Collection

# MCP Servers Collection This repository hosts five Model Context Protocol (MCP) servers you can mount into Claude Desktop: 1. **line-bot** 2. **email_mcp** 3…

MCP MiniMax Music Server

# MCP MiniMax Music Server ![Version](https://img.shields.io/badge/version-1.0.0-blue.svg) ![License](https://img.shields.io/badge/license-MIT-green.svg) A…

MCP Spectral

MCP Spectral is a Model Context Protocol (MCP) server that uses Spectral to lint OpenAPI specifications. It is designed for developers who want to validate and…

Remote MCP Server on Cloudflare

# Remote MCP Server on Cloudflare Let's get a remote MCP server up-and-running on Cloudflare Workers complete with OAuth login! ## Develop locally ```bash #…

MCP_Server_Setup

```python from mcp.server.fastmcp import FastMCP mcp = FastMCP("DemoServer") @mcp.tool() def say_hello(name: str) -> str: """Say hello to someone Args: name…

Azure Data Explorer MCP Server

# Azure Data Explorer MCP Server This is a Model Context Protocol (MCP) server that can login to Azure Data Explorer and run KQL queries. ## Features - Login…

Mcp Weather Server

# 天气 MCP Server docs: https://modelcontextprotocol.io/quickstart/server ## 服务运行测试 ```shell uv run weather.py ``` ## 使用 Claude for Desktop 作为客户端测试 ### 配置…

MCP-Server

# MCP-Server This a MCP Server where you can generate voice messages and then send it through Whatsapp with the help of Claude and ElevenLabs. # Prerequisites-…

mcp-server

# mcp-server A Model Context Protocol (MCP) server built with mcp-framework. ## Quick Start ```bash # Install dependencies npm install # Build the project npm…