MCP.so
Sign In

Mcp Server

@imb96

About Mcp Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

imb96

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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?

Comments

More Other MCP servers