example-mcp-server
@megmogmog1965
关于 example-mcp-server
Example code for Anthropic MCP server.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is example-mcp-server?
An example MCP (Model Context Protocol) server for Anthropic, demonstrating how to build and configure a minimal server that can be used with Claude Desktop.
How to use example-mcp-server?
Install dependencies with npm install, then build with npm run build. Configure the server in Claude Desktop’s configuration file (claude_desktop_config.json) by specifying the path to the built index.js and the Node.js executable.
Key features of example-mcp-server?
—
Use cases of example-mcp-server?
—
FAQ from example-mcp-server
What does this server do?
It is example code for an Anthropic MCP server, intended as a starting point for developers learning to build MCP servers.
How do I build the server?
Run npm install and then npm run build in the project directory.
How do I use it with Claude for Desktop?
Add the server to your Claude Desktop configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json with the command pointing to Node.js and the built index.js.
What is the server name used in the configuration?
The example configuration registers the server as "time".
Does the server require any runtime dependencies?
Yes, it requires Node.js and the npm packages installed via npm install.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
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
评论