
mcp_example
提供运行特定 MCP 服务器和客户端的简单示例。
Repository Info
About This Server
提供运行特定 MCP 服务器和客户端的简单示例。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Goal
Rough examples on how to run specific MCP server / clients:
local_mcp_client_example
uv run client.py ../local_mcp_remote_resources_example/main.py
This runs an example CLI MCP client instance that uses any LLM model that has tool integration:
- Claude
- Gemini
- Mistal
- ...
It uses tools from other MCP servers, specifically the local MCP server in the same repository that calls the weather API
local_mcp_local_resources_example
uv run main.py
This MCP server instance simply calls tools that access local resources, in this case, csvs and parquet files.
The MCP server can then be exposed through Claude for Desktop
local_mcp_remote_resources_example
uv run main.py
This MCP server instance simply calls tools that access remote resources, in this case, calling the weather AI.
The MCP server can then be exposed through Claude for Desktop
Quick Start
Clone the repository
git clone https://github.com/fivetran-tangyetong/mcp_exampleInstall dependencies
cd mcp_example
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.