mcp-server-starter

yazelin/mcp-server-starter
★ 0 stars HTML 🔌 API Integration Updated 1d ago
Dependency-light MCP server starter for learning JSON-RPC tools, workspace boundaries, and agent integrations.
View on GitHub → Try with Claude — $10 free →

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-server-starter": {
      "command": "npx",
      "args": [
        "-y",
        "yazelin/mcp-server-starter"
      ]
    }
  }
}

README Excerpt

Learn MCP by building a tiny dependency-light tool server. **MCP Server 入門模板** 面向台灣繁中受眾。 - 主要受眾:適合想讓 Claude、Cursor、Agent 調用自家工具/API 的開發者。 - 核心承諾:用最小 JSON-RPC MCP server 看懂工具註冊、工具呼叫與安全邊界。 - CTA 頁:https://yazelin.github.io/mcp-server-starter/ 這個 repo 的教學內容直接公開,讓你可以先自己照著跑;如果需要手把手 debug、改成你的公司或個人場景,再考慮工作坊或顧問協助。

Topics

ai-agentjson-rpcmcpmodel-context-protocolstarter-template