Back to MCP directory
publicPublicdnsLocal runtime

MCPin10

该项目是一个快速构建MCP服务器的教程,支持Yahoo Finance等多种数据源,10分钟内即可完成搭建,包含开发环境配置、依赖安装和运行步骤。

article

README

🚀 10分钟快速入门MCP

本项目能帮助你在10分钟内快速入门MCP,通过一系列操作步骤,让你迅速开启MCP的使用体验。

🚀 快速开始

实时演示 📺

启动步骤

  1. 克隆此仓库并进入:
    git clone https://github.com/nicknochnack/MCPin10
    cd MCPin10
    
  2. 创建并激活虚拟环境:
    uv venv
    source .venv/bin/activate
    
  3. 安装依赖项:
    uv sync
    
  4. 运行检查程序:
    uv run mcp dev server.py
    
  5. 运行代理程序:
    uv run agent.py
    
  6. 安装并运行langflow:
    uv pip install langflow
    uv run langflow run
    

⚠️ 重要提示

确保你已运行ollama。

其他注意事项

📄 许可证

此项目根据MIT License授权。

👨🏾‍💻 作者:Nick Renotte

📅 版本:1.x

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client