loading…
Search for a command to run...
loading…
An unofficial MCP server for RateMyProfessors.com that enables fetching professor ratings, reviews, and comments. Integrates with MCP clients like Claude Deskto
An unofficial MCP server for RateMyProfessors.com that enables fetching professor ratings, reviews, and comments. Integrates with MCP clients like Claude Desktop.

An unofficial MCP Server implementation for RateMyProfessors.com.
It allows you to fetch a professor's ratings, reviews and comments with an MCP client.
Clone the repository and install dependencies:
git clone https://github.com/tohmze/ratemyprofessors-mcp.git
cd ratemyprofessors-mcp
npm install
Build the server
npm run build
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:
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsoncode $env:AppData\Claude\claude_desktop_config.jsonCopy 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"]
}
}
}
Click The Tool

You should see the rate-my-prof tool listed

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

This project uses the rmp-ts-api Typescript Wrapper API by @DeveloperMindset123. Big thanks for making it!
Run in your terminal:
claude mcp add ratemyprofessors-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.