Directory

Search MCP Servers

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

Showing 625–648 of 20,965 for MCP Client Using LangChain / TypeScript

mcp-server-3Dpicture MCP Server

# mcp-server-3Dpicture MCP Server generate a 3D picture for a given image with people This is a TypeScript-based MCP server help you change picture form 2D to…

Qlik Sense Mcp Server

# Qlik Sense MCP Server Model Context Protocol (MCP) server for integration with Qlik Sense Enterprise APIs. Provides unified interface for Repository API and…

MCP Server Collection

# MCP Server Collection A collection of Model Context Protocol (MCP) servers designed to integrate various services and APIs with AI assistants. This project…

YDB MCP

# YDB MCP --- [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ydb-platform/ydb-mcp/blob/main/LICENSE) [![PyPI…

faker-server MCP Server

# faker-server MCP Server MCP server to get fake strings This is a TypeScript-based MCP server that provides tools for generating fake data using Faker.js. It…

yapi-mcp-server

yapi-mcp-server is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing resources for accessing…

Spaceship Mcp

# spaceship-mcp [![npm version](https://img.shields.io/npm/v/spaceship-mcp.svg)](https://www.npmjs.com/package/spaceship-mcp) [![License…

connect-mcp-server

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

S3 YAML MCP Server

# S3 YAML MCP Server A Model Context Protocol (MCP) server that connects to AWS S3 to provide access to YAML files containing Swagger/OpenAPI documentation…

agent-twitter-client-mcp

A Model Context Protocol (MCP) server that integrates with X using the @elizaOS `agent-twitter-client` package, allowing AI models to interact with Twitter…

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…

@satellaite/mcp-server

@satellaite/mcp-server is an MCP (Model Context Protocol) server that integrates with the Satellaite API, enabling AI assistants to list and execute data…

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…

MCP Example: Server over stdio

MCP Example: Server over stdio is a simple demonstration MCP server that communicates over stdio using TypeScript. It is designed for use with Cursor and…