Directory

Search MCP Servers

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

Showing 49–72 of 6,333 for Roo Code (prev. Roo Cline)

Qiniu MCP Server

# Qiniu MCP Server ## 概述 基于七牛云产品构建的 Model Context Protocol (MCP) Server,支持用户在 AI 大模型客户端的上下文中通过该 MCP Server 来访问七牛云存储、智能多媒体,直播服务等。 能力集: - 存储 - 获取 Bucket 列表 - 获取…

Ragdoll AI MCP Server

# Ragdoll AI MCP Server A Model Context Protocol (MCP) server for Ragdoll AI knowledge base queries. ## Overview This MCP server provides a simple interface to…

Simple MCP Client / Server

# Simple MCP Client / Server https://modelcontextprotocol.io/quickstart/server Install [uv](https://docs.astral.sh/uv/getting-started/installation/), on macOS…

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…

Rector Mcp

# Rector MCP server providing tools to query and filter Rector PHP refactoring rules. ## Installation ### Quick Start (No Installation Required) Run the MCP…

MCP Marketplace

This is the official repository for submitting MCP servers to be included in Cline's MCP Marketplace. If you’ve built an MCP server and want it to be…

MCP Server: Galaxy Tool Utilities

MCP Server: Galaxy Tool Utilities is an MCP server that exposes utilities for working with Galaxy tool XML files. It allows users to validate Galaxy tool XML…

PluggedinMCP

# plugged.in MCP Proxy Server <div align="center"> <img src="https://plugged.in/_next/image?url=%2Fpluggedin-wl.png&w=256&q=75" alt="plugged.in Logo"…

MCP Tutorials

MCP Tutorials is a collection of notes and examples for setting up and using Model Context Protocol (MCP) servers with the Cline client. It covers resource…

mcp-server

# mcp-server { "name": "weather-mcp", "version": "1.0.0", "description": "Weather MCP server for Cline using OpenWeatherMap API", "main": "build/index.js"…

mcp_zhitou_server

mcpzhitouserver is a Python-based Model Context Protocol (MCP) server that acts as a bridge between AI agents (such as Cursor and Cline) and the Zhitou HS Data…

Proyecto HTB Agent

An AI agent powered by cline.bot designed to solve Capture The Flag (CTF) challenges on a Kali Linux virtual machine via an MCP Server.

MCP Linker

mcp store manager, add & syncs MCP server configurations across clients like Claude code, Cursor💡mcphub

Python Mcp Server Sample

### uvのインストール ``` curl -LsSf https://astral.sh/uv/install.sh | sh ``` ### Pythonプロジェクトを作成 ``` # mcp-server-demoというPythonプロジェクトを作成 uv init mcp-server-demo ```…