MyMcpServer MCP Server
@miles990
关于 MyMcpServer MCP Server
暂无概览
基本信息
配置
工具
1Create new text notes
概览
What is MyMcpServer MCP Server?
MyMcpServer MCP Server is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing resources (text notes with URIs and metadata), tools (creating new notes), and prompts (generating summaries of notes). It is intended for developers learning MCP or building basic note‑taking functionality.
How to use MyMcpServer MCP Server?
Install dependencies with npm install, then build the server using npm run build. To use with Claude Desktop, add the server configuration to the claude_desktop_config.json file (located at ~/Library/Application Support/Claude/ on macOS or %APPDATA%/Claude/ on Windows) with the path to the built index.js. For development with auto‑rebuild, run npm run watch. Debugging is supported via the MCP Inspector, started with npm run inspector.
Key features of MyMcpServer MCP Server
- List and access notes via
note://URIs - Notes contain title, content, and metadata
- Plain text mime type for simple content access
create_notetool to create new text notessummarize_notesprompt for generating summaries of all notes
Use cases of MyMcpServer MCP Server
- Building a simple note‑taking system within an MCP‑enabled host
- Demonstrating MCP resources, tools, and prompts in a minimal example
- Learning how to create and debug an MCP server
FAQ from MyMcpServer MCP Server
How do I install and configure MyMcpServer MCP Server?
Install Node.js dependencies with npm install, then build the server with npm run build. Add the server to your Claude Desktop configuration by including the path to the built index.js in the mcpServers section of claude_desktop_config.json.
How can I debug MyMcpServer MCP Server?
Use the MCP Inspector by running npm run inspector in the project directory. The Inspector provides a URL to access debugging tools in your browser.
What tools does MyMcpServer MCP Server provide?
The server provides the create_note tool, which accepts title and content as required parameters and stores the note in server state.
What resources does MyMcpServer MCP Server expose?
The server exposes text notes via note:// URIs. Each note has a title, content, and metadata, and is served with a plain text mime type.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论