RTF Files MCP Server
@ianpilon
About RTF Files MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Ians-MCP-server": {
"command": "node",
"args": [
"server.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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).
More Files & Storage MCP servers
MCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
S3 MCP Server
samuraikunMCP server to integrate AWS S3 and LLM
Bulk Filesystem Operations MCP Server
strawgateMCP Server for reading many files at the same time
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
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.
Comments