MCP.so
Sign In
Servers

MCP Server Starter

@StevenStavrakis

An opinionated starter template for making Model Context Protocol (MCP) servers

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-starter-template": {
      "command": "bun",
      "args": [
        "run",
        "scripts/create-tool.ts",
        "<tool-name>"
      ]
    }
  }
}

More from Developer Tools