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).
「ファイルとストレージ」の他のコンテンツ
Filesystem MCP Server (@sylphlab/filesystem-mcp)
sylphlab📁 Secure, efficient MCP filesystem server - token-saving batch operations with project root confinement
Filesystem MCP Server for WSL
webconsultingfilesystem MCP server for accessing WSL distributions from Windows
MCP File System Server
MarcusJellinghausMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.
PDF Extraction MCP Server (Claude Code Fork)
xraywuMCP server to extract contents from a PDF file
PDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8📄 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.
コメント