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
Implementation of Anthropic's MCP protocol for Firebird databases.
DEPLOYED: MCP server using C# SDK to enhance comments with jokes from JokeAPI.
ClickUp MCP Server - Integrate ClickUp task management with AI through Model Context Protocol
A server for managing contextual data in DICOM tools, supporting medical imaging and machine learning workflows.
Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
Rad Security MCP Server





