{"id":26891201,"url":"https://github.com/minimind-org/mcp-server-typescript-template","last_synced_at":"2026-03-06T22:32:38.484Z","repository":{"id":285366900,"uuid":"957744069","full_name":"minimind-org/mcp-server-typescript-template","owner":"minimind-org","description":"MCP Server Typescript Template","archived":false,"fork":false,"pushed_at":"2025-03-31T09:41:05.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T13:50:30.885Z","etag":null,"topics":["ai","ai-tools","claude","mcp","mcp-server","server","template","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minimind-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-31T03:42:38.000Z","updated_at":"2025-04-30T08:44:57.000Z","dependencies_parsed_at":"2025-03-31T10:46:02.183Z","dependency_job_id":null,"html_url":"https://github.com/minimind-org/mcp-server-typescript-template","commit_stats":null,"previous_names":["minimind-org/mcp-server-typescript-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/minimind-org/mcp-server-typescript-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minimind-org%2Fmcp-server-typescript-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minimind-org%2Fmcp-server-typescript-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minimind-org%2Fmcp-server-typescript-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minimind-org%2Fmcp-server-typescript-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minimind-org","download_url":"https://codeload.github.com/minimind-org/mcp-server-typescript-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minimind-org%2Fmcp-server-typescript-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30201006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-tools","claude","mcp","mcp-server","server","template","typescript"],"created_at":"2025-03-31T22:33:20.841Z","updated_at":"2026-03-06T22:32:38.466Z","avatar_url":"https://github.com/minimind-org.png","language":"TypeScript","funding_links":[],"categories":["APIs and HTTP Requests"],"sub_categories":[],"readme":"# MCP Server TypeScript Template\n\nA template for creating Model Context Protocol (MCP) servers using TypeScript. This project demonstrates how to implement a simple MCP server with custom tools.\n\n## Overview\n\nThis template implements a basic MCP server that provides tools for:\n- Example operation: A simple demonstration operation\n- Addition: A tool that adds two numbers\n\nThe server uses the Model Context Protocol SDK to handle communication between AI models and external tools.\n\n## Prerequisites\n\n- Node.js (v16 or higher)\n- npm or yarn\n\n## Project Structure\nThe project is structured as follows:  \n```\nmcp-server-typescript-template/\n├── common/\n│   ├── constant.ts     # Project constants\n│   ├── errors.ts       # Error handling utilities\n│   └── types.ts        # Type definitions\n│   └── utils.ts        # Utility functions\n\n├── operations/\n│   └── example-operation.ts  # Implementation of example operations\n├── index.ts            # Main server implementation\n├── package.json\n└── tsconfig.json\n```\n## Installation\n\nClone the repository and install dependencies:\n\n```bash\ngit clone \u003crepository-url\u003e\ncd mcp-server-typescript-template\nnpm install\nnpm run test\nnpm run build\nnpm run start # this will start the server for testing\n```\n\n## Configuration MCP Client (Claude Desktop)\nedit your `claude_desktop_config.json` file to add the following:\n```json\n{\n  \"mcpServers\": {\n    \"example\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/path/to/mcp-server-typescript-template/dist/index.js\"\n      ]\n    }\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminimind-org%2Fmcp-server-typescript-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminimind-org%2Fmcp-server-typescript-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminimind-org%2Fmcp-server-typescript-template/lists"}