MCP.so
登录

Mcp Server

@imb96

关于 Mcp Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

imb96

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/gimminjae"
      ]
    },
    "google-calendar": {
      "command": "bash",
      "args": [
        "-c",
        "cd /Users/gimminjae/mcp/mcp-google-calendar && node index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Server?

How to use Mcp Server?

Configure Mcp Server in your claude_desktop_config.json under the mcpServers section.

Key features of Mcp Server

Use cases of Mcp Server

FAQ from Mcp Server

How do I configure Mcp Server?

Add an entry to the mcpServers object in claude_desktop_config.json with a command, arguments, and any required paths or environment settings.

What transport does Mcp Server use?

Does Mcp Server require authentication?

What are the system requirements for Mcp Server?

Where is my data stored?

评论

其他 分类下的更多 MCP 服务器