mcp-server

TusharTemgire/mcp-server

3.1

If you are the rightful owner of 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.

MCP Server is a modern conversational AI server designed to facilitate the development of intelligent assistants and chatbots using Next.js, React, and OpenAI APIs.

MCP Server

A modern, extensible conversational AI server built with Next.js, React, and OpenAI APIs. MCP Server supports chat history, session management, and tool integrations (like a calculator), providing a robust foundation for building intelligent assistants and chatbots.


✨ Features

  • Conversational AI: Powered by OpenAI's GPT models.
  • Session Context: Maintains chat history per session.
  • Tool Integration: Easily extend with custom tools (e.g., calculator).
  • Modern UI: Built with React 19 and Tailwind CSS 4 for a sleek, responsive experience.
    • Dark/light mode support
    • Accessible components
    • Real-time chat interface with typing indicators
    • Message grouping and timestamps
    • Mobile-friendly layout
  • API-First: RESTful endpoints for chat and context management.
  • TypeScript: End-to-end type safety and maintainability.

🚀 Getting Started

Prerequisites

Installation

git clone https://github.com/yourusername/mcp-server.git
cd mcp-server
npm install
# or
yarn install