MCP Directory
Back

mcp

by forrest321 · ★ 0

base mcp server from the tutorial at https://modelcontextprotocol.io/quickstart/server#node

Install

git clone https://github.com/forrest321/mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:forrest321/mcp"
      ]
    }
  }
}

Related other servers