RateMyProfessors MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RateMyProfessors MCP ServerFind ratings for Professor Smith at University of Texas"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RateMyProfessors MCP Server

An unofficial MCP Server implementation for RateMyProfessors.com.
It allows you to fetch a professor's ratings, reviews and comments with an MCP client.
Features
Search for professors by name and school.
Get ratings, reviews, and comments.
Easy integration with MCP clients like (Claude Desktop, VSCode, etc.).
Related MCP server: Canvas MCP Server
Requirements
Node.js 16 or newer (install node if you haven't)
Claude Desktop or any other MCP client
Installation
Clone the repository and install dependencies:
git clone https://github.com/tohmze/ratemyprofessors-mcp.git
cd ratemyprofessors-mcp
npm installBuild the server
npm run build Testing the MCP Server with Claude Desktop
Setup Claude Desktop Config file
To use the ratemyprofessors MCP server, you’ll need to set it up in Claude for Desktop. Open the configuration file located at ~/Library/Application Support/Claude/claude_desktop_config.json with a text editor. If the file isn’t there yet, go ahead and create it.
If you have VSCode, Open with:
Mac:
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows:
code $env:AppData\Claude\claude_desktop_config.json
Copy the appropriate configuration snippet for your OS below and replace the placeholder path with the absolute path to your build folder.
{
"mcpServers": {
"rate-my-prof": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/ratemyprofessors-mcp/build/index.js"]
}
}
}{
"mcpServers": {
"rate-my-prof": {
"command": "node",
"args": ["C:\\PATH\\TO\\PARENT\\FOLDER\\ratemyprofessors-mcp\\build\\index.js"]
}
}
}Open Claude for Desktop
Click The Tool

You should see the rate-my-prof tool listed

Congrats 🥳 the server is ready to use!
Demo
Demo of using the RateMyProf MCP server in Claude Desktop:

Acknowledgements
This project uses the rmp-ts-api Typescript Wrapper API by @DeveloperMindset123. Big thanks for making it!
This server cannot be deployed
Maintenance
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Zotero MCP server for Claude and ChatGPT: search, citations, safe writes, PDF passages and pages.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that transforms course syllabi into structured, queryable data — accessible directly from Claude.ai.1-
- AlicenseNot gradedqualityDmaintenanceMCP server that provides tools to read UBC Canvas LMS data, including courses, assignments, announcements, submissions, and calendar, for use with Claude Desktop, Claude Code, or n8n AI agents.6 npmMIT
- AlicenseNot gradedqualityBmaintenanceA remote MCP server for querying Canvas LMS courses, assignments, and grades. Enables natural language interaction with Canvas data via MCP clients like Claude Desktop.6 npmMIT
- AlicenseAqualityDmaintenanceAn MCP server for accessing Dutch school schedules from Magister. Enables Claude and other MCP-compatible AI assistants to query school schedules, drop-off times, and pick-up times.49 npm3MIT