Directory

Search MCP Servers

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

Showing 433–456 of 12,787 for MCP Terminal

Pocketbase

# pocketbase-mcp [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![CI](https://github.com/tokenscompany/pocketbase-mcp/actions/wo…

Fast Html Mcp

# Fast HTML MCP [![npm version](https://img.shields.io/npm/v/@aimino/fast-html-mcp-server)](https://www.npmjs.com/package/@aimino/fast-html-mcp-server)…

MCP Gateway

🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker…

UML-MCP-Server

# UML-MCP-Server [English](README.md) | [中文](README_zh.md) [![smithery badge](https://smithery.ai/badge/@Swayingleaves/uml-mcp-server)](https://smithery.ai/serv…

Unsplash MCP Server

# Unsplash MCP Server This project implements a Model Context Protocol (MCP) server that provides tools for interacting with the Unsplash API, allowing users…

Hologres MCP Server

# Hologres MCP Server Hologres MCP Server serves as a universal interface between AI Agents and Hologres databases. It enables seamless communication between…

Xitoring Mcp

# Xitoring MCP Server [![MCP Compatible](https://img.shields.io/badge/MCP-compatible-06d2dd)](https://modelcontextprotocol.io/) [![License…

Backlinks Mcp

# Backlinks MCP A MCP (Model Control Protocol) service for retrieving backlink information for any domain using Ahrefs' data. ## Overview This service provides…

Falkordb

# FalkorDB MCP Server A Model Context Protocol (MCP) server for FalkorDB, allowing AI models to query and interact with graph databases. ## Overview This…

Gpt5 Mcp

# MCP Servers Collection A collection of MCP (Model Context Protocol) servers for integrating various AI models and services with Claude Desktop. ## 📦…

Lodgify MCP Server

# Lodgify MCP Server A Model Context Protocol (MCP) server for the Lodgify vacation rental API. Provides tools for managing properties, bookings, and calendar…

MCP Server

# MCP Server [![Go Report Card](https://goreportcard.com/badge/github.com/luffy050596/mcp-server)](https://goreportcard.com/report/github.com/luffy050596/mcp-se…

JobNimbus MCP Server

# JobNimbus MCP Server This project provides a [Model Context Protocol (MCP)](https://docs.cursor.com/context/model-context-protocol) server for interacting…

Autodesk Revit Mcp Server

<div align="center"> <img src="https://cdn.simpleicons.org/autodeskrevit/0696D7" alt="Revit" height="80"/> # Autodesk Revit MCP Server **Model Context Protocol…

Prufa

# prufa-mcp — the QA agent for your vibe-coded app <!-- mcp-name: io.github.prufa-dev/prufa-mcp --> **Vibe-coded apps ship faster than anyone can review…

zaico-mcp-server

# zaico-mcp-server zaico-mcp-serverは、zaico APIとMark3Labs MCPを統合するためのサーバーアプリケーションです。 ## 機能 - 在庫データ - 一覧取得 ## 必要条件 - Go 1.23.7以上 ## インストール ### 方法1: go…

Loki MCP Server

# Loki MCP Server A [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/mcp) server for Grafana Loki that provides AI agents with access to…

Sprint Boot Sample MCP Server

This is a sample implementation of a Model Context Protocol (MCP) server using Spring Boot. The server is designed to be used with the Model Context Protocol…

MCP Server Tencent

# MCP Server Tencent ## 项目简介 这是一个基于 Spring Boot 3.x 和 Spring AI 的腾讯云 MCP 服务端项目。该项目主要用于与腾讯云 AI 服务进行集成,提供统一的接口调用能力。 ## 技术栈 - Spring Boot 3.4.5 - Spring AI…

RAGFlow MCP Server

# RAGFlow MCP Server RAGFlow API MCP Server,可以查找知识库和聊天。 下载 MCP 开发文档和 RAGFlow API 参考: ```bash wget https://modelcontextprotocol.io/llms-full.txt -O…

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…