my-server MCP Server
@vivalalova
关于 my-server MCP Server
a mcp server
配置
工具
1Create new text notes
概览
What is my-server MCP Server?
my-server MCP Server is a TypeScript-based Model Context Protocol (MCP) server that implements a simple notes system. It demonstrates core MCP capabilities including resources, tools, and prompts, and is intended for use with MCP-compatible clients like Claude Desktop.
How to use my-server MCP Server?
Install dependencies with npm install, build with npm run build, or use npm run watch for development with auto-rebuild. To use with Claude Desktop, add the server configuration to claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on MacOS or %APPDATA%/Claude/ on Windows) specifying the path to the built index.js. Debugging can be done via the MCP Inspector using the npm run inspector command.
Key features of my-server MCP Server
- Resources for accessing notes via
note://URIs with titles and metadata. - Tools for creating new text notes (
create_note). - Prompts for generating summaries of all stored notes (
summarize_notes). - Plain text MIME type for simple content access.
- Built with TypeScript and standard MCP SDK.
Use cases of my-server MCP Server
- Create and store text notes with titles and content.
- Retrieve notes programmatically using the MCP resource protocol.
- Generate LLM‑friendly summaries of existing notes for AI consumption.
- Demonstrate MCP resource, tool, and prompt implementations in a TypeScript project.
FAQ from my-server MCP Server
What does the server do?
It is a Model Context Protocol server that provides a simple notes system with resources (note URIs), one tool (create_note), and one prompt (summarize_notes).
How do I install and configure it?
Install dependencies via npm install, then build with npm run build. For use with Claude Desktop, add the server entry to claude_desktop_config.json with the path to the built index.js.
Does the server persist data?
Notes are stored in server state only; persistence is not mentioned in the documentation.
What transport does it use?
The server communicates over stdio, as is standard for MCP servers.
How can I debug the server?
Using the MCP Inspector, run the npm run inspector command to get a debugging URL.
常见问题
What does the server do?
It is a Model Context Protocol server that provides a simple notes system with resources (note URIs), one tool (`create_note`), and one prompt (`summarize_notes`).
How do I install and configure it?
Install dependencies via `npm install`, then build with `npm run build`. For use with Claude Desktop, add the server entry to `claude_desktop_config.json` with the path to the built `index.js`.
Does the server persist data?
Notes are stored in server state only; persistence is not mentioned in the documentation.
What transport does it use?
The server communicates over stdio, as is standard for MCP servers.
How can I debug the server?
Using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), run the `npm run inspector` command to get a debugging URL.
基本信息
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM

EverArt
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论