RTF Files MCP Server
Description
# RTF Files MCP Server A simple MCP (Model Context Protocol) server that serves RTF files. ## Structure - `/data` - Contains all RTF files - `server.js` - Main server implementation - `package.json` - Project dependencies ## Setup 1. Install dependencies: ```bash npm install ```…
About
# RTF Files MCP Server A simple MCP (Model Context Protocol) server that serves RTF files. ## Structure - `/data` - Contains all RTF files - `server.js` - Main server implementation - `package.json` - Project dependencies ## Setup 1. Install dependencies: ```bash npm install ``` 2. Start the server: ```bash node…
Details
- Author
- ianpilon
- Downloads
- 182
- Categories
- Other
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
RTF Files MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies with npm install, start the server with node server.js, then configure Windsurf by adding the server URL to the mcpServers settings.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"rtf files mcp server": {
"Ians-MCP-server": {
"command": "node",
"args": [
"server.js"
]
}
}
}
}
McpServers
{
"Ians-MCP-server": {
"command": "node",
"args": [
"server.js"
]
}
}
RTF Files MCP Server
A simple MCP (Model Context Protocol) server that serves RTF files.
Structure
-/data - Contains all RTF files
- server.js - Main server implementation
- package.json - Project dependencies
Setup
1. Install dependencies:npm install
2. Start the server:
node server.js
Usage with Windsurf
Add the following configuration to Windsurf:{
"mcpServers": {
"RTF Files": {
"serverUrl": "YOUR_VERCEL_URL" # After deploying to Vercel
}
}
}
Deployment
1. Push to GitHub 2. Connect to Vercel 3. Deploy 4. Update Windsurf configuration with your Vercel URLSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



