Directory

Search MCP Servers

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

Showing 49–72 of 1,444 for Python MCP Client

MySQL MCP Server

![Tests](https://github.com/youngsu5582/mcp-server-mysql/actions/workflows/test.yml/badge.svg) > This project is a Java conversion of a Python codebase from >…

Fedspeak MCP Server

# Fedspeak MCP Server A Model Context Protocol (MCP) server for accessing and analyzing Federal Reserve (FOMC) statements. ## Overview This server provides a…

MCP PostgreSQL Demo

A FastMCP server that enables LLMs to connect and interact with PostgreSQL databases. It demonstrates how to use the Model Context Protocol (MCP) to allow…

pubchem mcp server

# pubchem mcp server the mcp is used to extract the drug basic chemical infomation from pubchem API. ## Requirements - Python 3.10 - `python-dotenv` -…

SQL Server MCP Client

A Microsoft SQL Server client implementing the Model Context Protocol (MCP). This server provides SQL query capabilities through a simple MCP interface.

DART-mcp-server

Access corporate disclosure information, financial data, and reports from the Korean electronic disclosure system (DART) API.

Prajwalnayak7_mcp Server Redis

Prajwalnayak7mcp Server Redis is an MCP server that integrates with Redis, providing tools to perform basic, list, hash, set, and pub/sub operations, along…

餐厅数据 MCP Server

# 餐厅数据 MCP Server 本服务用于查询职工餐厅就餐人数数据,提供指定日期范围内的早餐和午餐就餐人数统计。 docs: https://modelcontextprotocol.io/quickstart/server ## 安装 ### 通过 pip 安装 ```bash pip install…

GUIDE

GUIDE is an MCP server that connects AI agents in editors like Cursor to Microsoft SQL Server databases using environment‑variable configuration and the uv…

Mycelia Signal Sovereign Oracle

Sovereign cryptographic oracle — 131 Ed25519-signed endpoints across crypto prices, FX, metals, stablecoins, economic indicators, commodities, gas oracles…

MCP MongoDB Integration

This project demonstrates the integration of MongoDB with the Model Context Protocol (MCP) to provide AI assistants with database interaction capabilities.

設定手順

# 設定手順 以下の手順で開発環境をセットアップできます。 ① 仮想環境を作成 ``` uv venv ``` このコマンドを実行すると、カレントディレクトリに .venv/ フォルダが作成されます。 ② 仮想環境をアクティブにする ``` source .venv/bin/activate ``` ③…