Ians-MCP-server

Ians-MCP-server

3.1

If you are the rightful owner of Ians-MCP-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple MCP server designed to serve RTF files.

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
  1. 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 URL