mcp-server-starter

braleys-star/mcp-server-starter
★ 0 stars TypeScript File System Updated 1d ago
MCP Server Starter
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",
        "braleys-star/mcp-server-starter"
      ]
    }
  }
}

README Excerpt

```bash npm install npm run dev # runs with hot reload via tsx npm run build # compiles to dist/ npm start # runs compiled version ``` ``` mcp-server-starter/ ├── package.json ├── tsconfig.json ├── README.md └── src/ ├── index.ts # server entry point + transport └── tools/ # add individual tool files here as it grows