Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-server

MCP.Pizza Chef: InterviewReady

The mcp-server is an MCP server designed for InterviewReady, providing APIs to fetch relevant content such as blogs, resources, and course materials. It also supports user interactions like adding notes to a notepad and setting Google reminders for future classes. This server enables seamless integration of InterviewReady's educational content and user productivity features into MCP-enabled environments.

Use This MCP server To

Fetch InterviewReady blogs, resources, and course materials via API Add notes to a user's InterviewReady notepad Set Google reminders for upcoming InterviewReady classes Integrate InterviewReady content into AI-powered learning assistants Enable real-time content retrieval for interview preparation workflows

README

mcp-server

An MCP server for InterviewReady.

  1. GET ACTIONS: Exposes APIs to fetch the most relevant content from InterviewReady including blogs, resources and course materials.
  2. UPDATE ACTIONS: Allows adding notes to a user's notepad, and setting google reminders for future classes.

Please feel free to add / change capabilities of this repo.

If you have doubts, please post them in discussions. If there are any problems/issues, please create an issue.

Please self-review any PR before making a contribution.

The repo is open for change!

Setup and run the server

  1. Clone the repo
  2. Run pnpm install
  3. Run pnpm run build

Setup with Claude Desktop

  1. Edit the config file for claude desktop claude_desktop_config.json
  2. Add the following to the config file:
{
    "interviewready-mcp-server": {
            "command": "node",
            "args": [
                "{path-to-repo}/mcp-server/build/index.js"
            ]
        }
} 

Setup with Cursor

  1. Go to Cursor > Settings > Cursor Settings
  2. Go to the MCP tab
  3. Add the following to the config file:
{
    "interviewready-mcp-server": {
            "command": "node",
            "args": [
                "{path-to-repo}/mcp-server/build/index.js"
            ]
        }
} 
  1. Use in agent mode. For some reason, MCP is not working in Ask mode.

mcp-server FAQ

How do I set up the mcp-server locally?
Clone the repo, run 'pnpm install', then 'pnpm run build' to build the server.
How can I integrate mcp-server with Claude Desktop?
Edit the 'claude_desktop_config.json' file to add the mcp-server command and path as specified in the documentation.
What types of content can I fetch from the mcp-server?
You can fetch blogs, resources, and course materials related to InterviewReady.
Can I add personal notes using the mcp-server?
Yes, the server supports adding notes to a user's notepad.
Does the mcp-server support setting reminders?
Yes, it allows setting Google reminders for future classes.
Is the mcp-server open for contributions?
Yes, the repository welcomes contributions and encourages self-review of pull requests.
What should I do if I encounter issues with the mcp-server?
You can post questions in the discussions or create an issue in the repository.
Can the mcp-server capabilities be extended?
Yes, you are encouraged to add or change capabilities as needed.