MCP.so
Sign In
Servers

MCP Server TypeScript Template

@minimind-org

MCP Server Typescript Template

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

{
  "mcpServers": {
    "example": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-typescript-template/dist/index.js"
      ]
    }
  }
}

More from Developer Tools