RTF Files MCP Server
@ianpilon
关于 RTF Files MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 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
/datafolder 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 服务器
PDF Tools MCP
danielkennedy1Sample S3 Model Context Protocol Server
aws-samplesPDF Reader MCP Server (@sylphlab/pdf-reader-mcp)
sylphlab📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
md-pdf-mcp (Markdown to PDF MCP Server)
seanivoreMarkdown To PDF Conversion MCP
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
评论