mcp-servers-guide

edriso/mcp-servers-guide
★ 0 stars TypeScript AI/LLM Updated 10d ago
A friendly, hands-on guide to building MCP (Model Context Protocol) servers in JavaScript or TypeScript. From "what is MCP" to a real, publishable Reading List server you can plug into Claude.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-servers-guide": {
      "command": "npx",
      "args": [
        "-y",
        "edriso/mcp-servers-guide"
      ]
    }
  }
}