MCP.so
登录

RTF Files MCP Server

@ianpilon

关于 RTF Files MCP Server

暂无概览

基本信息

分类

文件与存储

运行时

node

传输方式

stdio

发布者

ianpilon

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Ians-MCP-server": {
      "command": "node",
      "args": [
        "server.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is RTF Files MCP Server?

A simple MCP (Model Context Protocol) server that serves RTF files, designed for use with Windsurf.

How to use RTF Files MCP Server?

Install dependencies with npm install, start the server with node server.js, then configure Windsurf by adding the server URL to the mcpServers settings.

Key features of RTF Files MCP Server

  • Serves RTF files via the Model Context Protocol.
  • Simple structure with a /data folder for RTF files.
  • Easy deployment to Vercel.
  • Integrates with Windsurf via server URL configuration.

Use cases of RTF Files MCP Server

  • Providing RTF documents to MCP-enabled AI assistants or tools.
  • Hosting a lightweight repository of Rich Text Format files for testing or demonstration.

FAQ from RTF Files MCP Server

Where are the RTF files stored?

All RTF files are placed in the /data directory of the server.

How do I deploy the server?

Push the code to GitHub, connect to Vercel, and deploy. Then update your Windsurf configuration with the Vercel URL.

What runtime does the server require?

Node.js is required (implied by npm install and node server.js).

评论

文件与存储 分类下的更多 MCP 服务器