rehmange/mcp-server-test
If you are the rightful owner of mcp-server-test 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.
A minimal Model Context Protocol (MCP) server and client demo for testing and experimentation, built with TypeScript.
MCP Server Test
A minimal Model Context Protocol (MCP) server and client demo for testing and experimentation. This project is built with TypeScript and demonstrates basic server-client communication, user data handling, and extensibility for MCP-based applications.
Features
- TypeScript: Strongly typed codebase for reliability and maintainability.
- MCP Server: Simple server implementation for MCP protocol testing.
- Client Example: Basic client to interact with the server.
- User Data: Sample user data in JSON format for demonstration.
- Easy Setup: Quick start instructions for local development.
Getting Started
Prerequisites
Installation
npm install
Running the Server
npm run start
Running the Client
npm run client
Project Structure
src/
client.ts # MCP client implementation
server.ts # MCP server implementation
data/
users.json # Sample user data
package.json # Project metadata and scripts
tsconfig.json # TypeScript configuration
Scripts
npm run start
— Start the MCP servernpm run client
— Run the MCP client
Contributing
Contributions are welcome! Please open issues or submit pull requests for improvements, bug fixes, or new features.
License
This project is licensed under the MIT License.
Author
Professional, minimal, and ready for your MCP experiments.