Simple TypeScript MCP Server
A simple TypeScript template for building Model Context Protocol (MCP) servers with basic CRUD operations. This template provides a foundation for creating MCP tools that return JSON responses.
Features
- Simple notes API with CRUD operations
- In-memory data storage
- TypeScript implementation
- JSON responses
- Ready for testing with Vitest
Setup
npm install
Running the server
npm run dev
Building for production
npm run build
npm start
Available Tools
This template includes the following MCP tools:
getNote: Retrieve a note by IDgetAllNotes: Get all notescreateNote: Create a new noteupdateNote: Update an existing notedeleteNote: Delete a note by ID
Testing
Run the tests with:
npm test
Or watch mode:
npm run test:watch
Customizing
You can use this template as a starting point for your own MCP server by modifying the tools in src/server.ts to fit your needs.
Simple TypeScript MCP Server
Project Details
- jasonkneen/mcp-server-ts
- Last Updated: 5/12/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server for HAProxy implemented in Go, leveraging HAProxy Runtime API and mcp-go.
A nomad MCP Server (modelcontextprotocol)
MCP server for working with 3rd party library documentation
MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources.
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android...
Query model running with Ollama from within Claude Desktop or other MCP clients
MCP (Model Context Protocol) Server Repository
JSON MCP Server





