Ians-MCP-server
0
RTF Files MCP Server is a basic Model Context Protocol server that serves RTF files and is structured to facilitate easy deployment and integration, particularly with the Windsurf platform.
RTF Files MCP Server
A simple MCP (Model Context Protocol) server that serves RTF files.
Structure
/data
- Contains all RTF filesserver.js
- Main server implementationpackage.json
- Project dependencies
Setup
- Install dependencies:
npm install
- 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
- Push to GitHub
- Connect to Vercel
- Deploy
- Update Windsurf configuration with your Vercel URL