MCP.so
登录

MyMcpServer MCP Server

@miles990

关于 MyMcpServer MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

miles990

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Create 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_note tool to create new text notes
  • summarize_notes prompt 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 服务器