Back to MCP directory
publicPublicdnsLocal runtime

Ians-MCP-server

一个简单的MCP服务器,用于提供RTF文件服务

article

README

🚀 RTF 文件 MCP 服务器

这是一个简单的 MCP(模型上下文协议)服务器,主要用于提供 RTF 文件服务,能有效满足相关文件的服务需求。

🚀 快速开始

安装步骤

  1. 安装依赖:
npm install
  1. 启动服务器:
node server.js

与 Windsurf 集成使用

在 Windsurf 中添加以下配置:

{
  "mcpServers": {
    "RTF 文件": {
      "serverUrl": "YOUR_VERCEL_URL"  # 部署到 Vercel 后的 URL
    }
  }
}

部署指南

  1. 将代码推送到 GitHub
  2. 将项目连接到 Vercel
  3. 执行部署
  4. 使用您的 Vercel URL 更新 Windsurf 配置

✨ 主要特性

该服务器具备简单易用的特点,通过清晰的文件结构和简洁的操作步骤,能够快速实现 RTF 文件的服务提供,并且方便与 Windsurf 进行集成。

📚 详细文档

结构

  • /data - 存放所有 RTF 文件
  • server.js - 主服务器实现文件
  • package.json - 项目依赖管理文件
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