very-simple-mcp-server-sample
0
This project is a minimal MCP server sample, designed to be incredibly simple with only 50 lines of code. It serves as an example for setting up MCP servers within applications like Claude Desktop.
Very Simple MCP Server Sample
- This project is likely the simplest MCP server sample in the world, containing less than 50 lines of code.
- To build the project, you need to install Node.js and npm.
- Use the commands to install and build:
npm install
andnpm run build
. - Once built, configure it in Claude Desktop by editing
claude_desktop_config.json
to include the path to the build folder as an MCP server.