MCP Project
This project demonstrates the implementation of an MCP (Model Context Protocol) server and client using TypeScript.
Steps to Run the Project
Install Dependencies Navigate to the
mcp-demo-tsfolder and install the required dependencies:cd mcp-demo-ts npm installBuild the Project Compile the TypeScript code into JavaScript:
npm run buildRun the Server Start the MCP server:
npm startClient Interaction Use the client code in
src/client/index.tsto interact with the server. You can modify the client code as needed to test different scenarios.
Project Structure
src/client/: Contains the client-side code.src/server/: Contains the server-side code.src/context/: Includes shared context or state management logic.src/types/: Defines TypeScript types and interfaces used across the project.src/utils/: Utility functions and helpers.
Prerequisites
- Node.js (v14 or later)
- npm (v6 or later)
- Ollama with the Mistral model installed
Notes
- Refer to the
README.mdinside themcp-demo-tsfolder for more specific details about the subproject.
MCP Server
Project Details
- HarishGangula/mcp
- Last Updated: 4/15/2025
Recomended MCP Servers
mssql mcp server
lazyload component for react
Typescript based Model Context Procotol (MCP) Server for Open Database Connectivity (ODBC)
MCP server for Crossref
MCP web search using perplexity without any API KEYS
A high-performance image compression microservice based on MCP (Modal Context Protocol)
A Model Control Protocol (MCP) server that allows cross-checking responses from multiple LLM providers simultaneously





