Mcp Server Basic Sample
@t-shiratori
关于 Mcp Server Basic Sample
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Server Basic Sample?
A minimal TypeScript-based MCP (Model Context Protocol) server sample intended to demonstrate how to build, test, and configure a custom MCP server with desktop clients like Claude for Desktop. It is a starting point for developers learning to create MCP servers.
How to use Mcp Server Basic Sample?
Install dependencies with pnpm install, then build with pnpm build. Run the MCP Inspector for testing via pnpm start or pnpm inspect. To use with Claude for Desktop, add a server entry named RandomNumber in the Claude desktop config file (claude_desktop_config.json) pointing to the built build/index.js and the correct Node.js binary.
Key features of Mcp Server Basic Sample
- Minimal TypeScript MCP server for learning and prototyping
- Supports running and testing via the MCP Inspector
- Configurable with Claude for Desktop as a local server
- Includes a ready-to-use
RandomNumberserver name in example config
Use cases of Mcp Server Basic Sample
- Learning how to structure and build an MCP server from scratch
- Testing MCP server functionality locally with the Inspector tool
- Demonstrating integration of a custom MCP server with Claude for Desktop
- Experimenting with the MCP protocol without external dependencies
FAQ from Mcp Server Basic Sample
How do I install and build the server?
Run pnpm install to install dependencies, then pnpm build to compile the TypeScript code.
How can I test the server with the MCP Inspector?
Use the commands pnpm start or pnpm inspect to launch the Inspector. Refer to the official Inspector documentation for further guidance.
How do I configure Claude for Desktop to use this server?
Edit the file ~/Library/Application Support/Claude/claude_desktop_config.json. Add an entry under mcpServers with the key RandomNumber, the command node (or the full Node path from mise which node), and the absolute path to build/index.js.
Does the server require any runtime beyond Node.js?
Yes, it requires Node.js (tested with version 22.14.0 in the example). The README shows how to use mise to manage Node versions.
What predefined tools or resources does this server provide?
The README does not describe any tools, resources, or prompts beyond naming the server entry as RandomNumber in the config example. No explicit capabilities are listed.
其他 分类下的更多 MCP 服务器
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
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
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
评论