mcp-server-starter-kit

Singularity777x/mcp-server-starter-kit
★ 0 stars TypeScript 🗄️ Database Updated today
A minimal TypeScript starter kit for building Model Context Protocol servers.
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-k": {
      "command": "npx",
      "args": [
        "-y",
        "Singularity777x/mcp-server-starter-kit"
      ]
    }
  }
}

README Excerpt

A minimal open-source TypeScript template for building a [Model Context Protocol](https://modelcontextprotocol.io/) server. It includes three practical examples: - `read_file`: safely read UTF-8 files from an allowed local directory. - `fetch_json`: call an allowed JSON API. - `create_note`, `list_notes`, `delete_note`: store simple notes in a local SQLite database.

Tools (7)

MCP_ALLOWED_ROOTMCP_API_ALLOWED_HOSTSMCP_API_BASE_URLMCP_DATABASE_PATHdelete_notefetch_jsonread_file