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-ts
folder and install the required dependencies:cd mcp-demo-ts npm install
Build the Project Compile the TypeScript code into JavaScript:
npm run build
Run the Server Start the MCP server:
npm start
Client Interaction Use the client code in
src/client/index.ts
to 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.md
inside themcp-demo-ts
folder for more specific details about the subproject.
MCP (Model Context Protocol) Server
Project Details
- HarishGangula/mcp
- Last Updated: 4/15/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server for Microsoft SQL Server that enables secure database interactions through a controlled...
A coincap mcp server to access crypto data from coincap API

Codacy's MCP Server implementation
A connector for Claude Desktop to read and search an Obsidian vault.
Make LLM can control your PC or Server with ssh or terminal.
An MCP (Model Context Protocol) server that provides Ethereum blockchain data tools via Etherscan's API. Features include checking...
Connect AI agents to the Paradex trading platform. Retrieve market data, manage accounts, and execute trades seamlessly. Enhance...
A MCP server for interacting with Bear note-taking software.