Back to directory
shellsage-ai/mcp-server-boilerplate

shellsage-ai/mcp-server-boilerplate

@shellsage-ai

Production-ready MCP server templates in TypeScript and Python. Quickstart boilerplate for building Model Context Protocol servers.

mcpboilerplatetemplatetypescriptpythonserverstartertool

Installation & Configuration

{
  "mcpServers": {
    "my-server": {
      "command": "npx",
      "args": [
        "tsx",
        "src/index.ts"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12