MCP ExplorerExplorer

Mcp Temple

@ndlxp2008on a year ago
1 MIT
FreeCommunity
AI Systems
#cursor#mcp#templete
# Model Context Protocol Server - Build Your Own Cursor MCP Template

Overview

What is Mcp Temple

mcp-temple is a Model Context Protocol (MCP) server designed to build custom cursor MCP templates. It provides a simple note-taking system implemented in TypeScript, showcasing core MCP concepts.

Use cases

Use cases for mcp-temple include creating a personal note-taking application, developing a collaborative project management tool, and implementing a system for summarizing lecture notes or research articles.

How to use

To use mcp-temple, install the dependencies with ‘npm install’, build the server using ‘npm run build’, and for development, use ‘npm run watch’. Configure the server for use with Claude Desktop by adding the appropriate settings in the configuration file.

Key features

Key features of mcp-temple include the ability to list and access notes via ‘note://’ URIs, a tool to create new notes with titles and content, and a prompt to generate summaries of stored notes, returning structured prompts for LLM.

Where to use

mcp-temple can be used in various fields such as software development for note-taking, project management for tracking ideas and tasks, and educational environments for summarizing learning materials.

Content

md-emoji-mcp MCP Server

模型上下文协议服务器,构建自己的 cursor mcp 模板

这是一个基于 TypeScript 的 MCP 服务器,实现了一个简单的笔记系统。它通过提供以下功能演示了核心 MCP 概念:

  • 用 URI 和元数据表示文本笔记的资源
  • 创建新笔记的工具
  • 生成笔记摘要的提示

特点

资源

  • 通过 note://URI 列出和访问笔记
  • 每个笔记都有标题、内容和元数据
  • 纯文本 MIME 类型,用于简单的内容访问

Tools

  • create_note - 创建新的文本注释
    • 将标题和内容作为所需参数
    • 在服务器状态下存储笔记

Prompts

  • summarize_notes - 生成所有存储笔记的摘要
    • 包括作为嵌入资源的所有笔记内容
    • 返回 LLM 摘要的结构化提示

Development

安装依赖项:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Installation

要与 Claude Desktop 一起使用,请添加服务器配置:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "md-emoji-mcp": {
      "command": "/path/to/md-emoji-mcp/build/index.js"
    }
  }
}

Debugging

由于 MCP 服务器通过 stdio 进行通信,因此调试起来很困难。我们建议使用MCP Inspector作为软件包脚本提供:

npm run inspector

检查器将提供一个 URL,以便在浏览器中访问调试工具。

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers