demo-mcp-server MCP Server
@xu1211
About demo-mcp-server MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"demo-mcp-server-xu1211": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
".../demo-mcp-server/build/index.js"
]
}
}
}Tools
2Create new text projects
open project
Overview
What is demo-mcp-server MCP Server?
demo-mcp-server MCP Server is a TypeScript‑based server that demonstrates core Model Context Protocol (MCP) concepts through a project management system. It exposes projects as resources and provides tools for AI to create and open projects programmatically.
How to use demo-mcp-server MCP Server?
Install dependencies with npm install, build with npm run build, then add the server configuration to Claude Desktop’s claude_desktop_config.json (MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%/Claude/claude_desktop_config.json). Invoke the tools create_project (with title and content) or open_project.
Key features of demo-mcp-server MCP Server
- Access projects via
project://URIs (resources) - Create new text projects with the
create_projecttool - Open projects with the
open_projecttool - Projects store title, path, and metadata
- Plain text MIME type for simple content access
- Uses the Model Context Protocol over stdio
Use cases of demo-mcp-server MCP Server
- AI‑assisted project creation and management
- Demonstrating MCP resource and tool patterns
- Testing and prototyping MCP integrations with Claude Desktop
- Learning how to build MCP servers with TypeScript
FAQ from demo-mcp-server MCP Server
How do I debug demo-mcp-server MCP Server?
Use the MCP Inspector: run npx @modelcontextprotocol/inspector node <path>/build/index.js to launch a browser‑based debugging tool.
What tools does demo-mcp-server MCP Server provide?
Two tools: create_project (requires title and content, stores in server state) and open_project.
What resources does demo-mcp-server MCP Server expose?
Projects are available via project:// URIs, each containing a project name, path, and metadata.
How do I install demo-mcp-server MCP Server for Claude Desktop?
Add a server entry to claude_desktop_config.json with the command /usr/local/bin/node and arguments pointing to the built index.js.
Does demo-mcp-server MCP Server require authentication?
The README does not mention any authentication mechanism. The server communicates over local stdio.
Frequently asked questions
How do I debug demo-mcp-server MCP Server?
Use the MCP Inspector: run `npx @modelcontextprotocol/inspector node <path>/build/index.js` to launch a browser‑based debugging tool.
What tools does demo-mcp-server MCP Server provide?
Two tools: `create_project` (requires title and content, stores in server state) and `open_project`.
What resources does demo-mcp-server MCP Server expose?
Projects are available via `project://` URIs, each containing a project name, path, and metadata.
How do I install demo-mcp-server MCP Server for Claude Desktop?
Add a server entry to `claude_desktop_config.json` with the command `/usr/local/bin/node` and arguments pointing to the built `index.js`.
Does demo-mcp-server MCP Server require authentication?
The README does not mention any authentication mechanism. The server communicates over local stdio.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments