ming-mcp-server MCP Server
Overview
ming-mcp-server is a TypeScript-based Model Context Protocol (MCP) server that implements a simple notes system, demonstrating core MCP concepts.
To use ming-mcp-server, install the dependencies, build the server, and configure it with Claude Desktop. You can create notes and generate summaries through its provided tools.
- Resources representing text notes with URIs and metadata. - Tools for creating new notes with required title and content parameters. - Prompts for generating summaries of all stored notes.
- Creating and managing text notes with metadata.
- Generating summaries of notes for quick reference.
- Integrating with applications like Claude Desktop for enhanced note-taking capabilities.
Add to your AI client
Use these steps to connect ming-mcp-server MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"ming-mcp-server-mingder78": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ming-mcp-server-mingder78"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"ming-mcp-server-mingder78": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ming-mcp-server-mingder78"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"ming-mcp-server-mingder78": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ming-mcp-server-mingder78"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"ming-mcp-server-mingder78": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ming-mcp-server-mingder78"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ming-mcp-server-mingder78": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ming-mcp-server-mingder78"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"ming-mcp-server-mingder78": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ming-mcp-server-mingder78"
]
}
}
}FAQ
What is the purpose of ming-mcp-server?
It serves as an MCP server to manage and summarize text notes.
How do I install ming-mcp-server?
Install dependencies using `npm install`, then build the server with `npm run build`.
Can I use ming-mcp-server with other applications?
Yes, it can be integrated with applications like Claude Desktop.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1937,"uuid":"8c88b6b6-850b-4ef1-a25d-2d6c5919fbd5","name":"ming-mcp-server","title":"ming-mcp-server MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/357147?v=4","created_at":"2025-03-05T06:55:46.006Z","updated_at":"2025-03-12T10:21:43.965Z","status":"created","author_name":"mingder78","author_avatar_url":"https://avatars.githubusercontent.com/u/357147?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mingder78/ming-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-31 15:52:40\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]