Directory

Search MCP Servers

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

Showing 145–168 of 20,573 for MCP Example

Prodpoke

# ProdPoke MCP Server > **A QA tester inside your AI.** Chat with ProdPoke from Claude, Cursor, or any MCP > client. It launches real Playwright browsers…

Todoist MCP Server

# Todoist MCP Server [![smithery badge](https://smithery.ai/badge/@abhiz123/todoist-mcp-server)](https://smithery.ai/server/@abhiz123/todoist-mcp-server) An…

Ototree MCP

# mcp - client 项目详细使用文档 ## 一、项目概述 `mcp - client` 项目旨在把本地的mcp-server通过flask暴露出来,用户自建内网穿透,实现coze/dify/fastgpt等平台与本地资源进行交互。 ## 二、环境搭建 ### 2.1 前置要求 请确保已安装 `uv`…

OFFX MCP Server

# OFFX MCP Server MCP Server for searching drugs, adverse events, alerts, and scores in the OFFX (Target Safety) database. ## Installation ```bash # Using npm…

SFCC MCP Server

# SFCC MCP Server A Model Context Protocol (MCP) server for interacting with Salesforce Commerce Cloud (SFCC) APIs. ## Features - Dynamic endpoint registration…

Shopify Storefront MCP Server

# Shopify Storefront MCP Server This server provides access to the Shopify Storefront API via MCP, allowing AI assistants to query and interact with your…

MCP Client-Server Python Example

This project demonstrates a simple client-server implementation of the Model Context Protocol (MCP), an open protocol by Anthropic that enables large language…

Spring AI Example

This project demonstrates implementation patterns and best practices for using Spring AI tools, integrating with the Model Context Protocol (MCP) through a…

Mcp Server

## Getting Started 1. **Clone the Repository:** ```bash git clone https://github.com/TaiserAI/mcp-server.git ``` ```bash cd mcp-server ``` 2. **Add a ETH PK:**…

HyperIndex MCP Server in ReScript

# HyperIndex MCP Server in ReScript This is a Model Context Protocol (MCP) server implementation written in ReScript. It demonstrates best practices for: -…

Example MCP server and client

Start the MCP server with uv run mcp-server, debug mode with mcp dev src/mcptesting/server/fastmcp.py, or the FastAPI server with uv run api-server.