Mcp Server Example
@Idanref
关于 Mcp Server Example
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"my-mcp-server": {
"command": "node",
"args": [
"src/index.js"
],
"env": {
"NODE_OPTIONS": "--no-deprecation"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Server Example?
—
How to use Mcp Server Example?
Start the server with node src/index.js. It can also be launched using the MCP inspector with npx @modelcontextprotocol/inspector node index.js. To integrate with Claude Desktop, add the server entry to the Claude Desktop configuration file (claude_desktop_config.json) using the provided JSON template that specifies the command, arguments, and optional environment variable NODE_OPTIONS.
Key features of Mcp Server Example
—
Use cases of Mcp Server Example
—
FAQ from Mcp Server Example
How do I start the server?
Run node src/index.js from the project directory.
How do I integrate this server with Claude Desktop?
Open your Claude Desktop configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json) and add the server entry as shown in the README, using node as the command and the path to src/index.js as an argument.
How do I run the server using the MCP inspector?
Execute npx @modelcontextprotocol/inspector node index.js in your terminal.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论