@@ -13,6 +13,28 @@ A template repository for building Model Context Protocol (MCP) servers with Typ
13
13
- 🛠️ Development tools: Biome for linting/formatting, Husky for Git hooks
14
14
- 🎯 Pre-configured for MCP server development
15
15
16
+ ## MCP Servers Built with This Template
17
+
18
+ Here are some MCP servers built using this template:
19
+
20
+ ### Wayback Machine MCP
21
+ [ ![ GitHub] ( https://img.shields.io/github/stars/Mearman/mcp-wayback-machine?style=social )] ( https://github.com/Mearman/mcp-wayback-machine )
22
+ [ ![ npm version] ( https://img.shields.io/npm/v/mcp-wayback-machine.svg )] ( https://www.npmjs.com/package/mcp-wayback-machine )
23
+ [ ![ npm downloads] ( https://img.shields.io/npm/dm/mcp-wayback-machine.svg )] ( https://www.npmjs.com/package/mcp-wayback-machine )
24
+
25
+ Archive and retrieve web pages using the Internet Archive's Wayback Machine. No API keys required.
26
+
27
+ ### OpenAlex MCP
28
+ [ ![ GitHub] ( https://img.shields.io/github/stars/Mearman/mcp-openalex?style=social )] ( https://github.com/Mearman/mcp-openalex )
29
+ [ ![ npm version] ( https://img.shields.io/npm/v/mcp-openalex.svg )] ( https://www.npmjs.com/package/mcp-openalex )
30
+ [ ![ npm downloads] ( https://img.shields.io/npm/dm/mcp-openalex.svg )] ( https://www.npmjs.com/package/mcp-openalex )
31
+
32
+ Access scholarly articles and research data from the OpenAlex database.
33
+
34
+ ---
35
+
36
+ * Building an MCP server? [ Use this template] ( https://github.com/Mearman/mcp-template/generate ) and add your server to this list!*
37
+
16
38
## Quick Start
17
39
18
40
### Using GitHub Template
@@ -202,26 +224,4 @@ Contributions are welcome! Please read our contributing guidelines and submit pu
202
224
203
225
- [ Model Context Protocol Documentation] ( https://modelcontextprotocol.io )
204
226
- [ MCP TypeScript SDK] ( https://github.com/modelcontextprotocol/typescript-sdk )
205
- - [ Creating MCP Servers Guide] ( https://modelcontextprotocol.io/tutorials/building-servers )
206
-
207
- ## MCP Servers Built with This Template
208
-
209
- Here are some MCP servers built using this template:
210
-
211
- ### Wayback Machine MCP
212
- [ ![ GitHub] ( https://img.shields.io/github/stars/Mearman/mcp-wayback-machine?style=social )] ( https://github.com/Mearman/mcp-wayback-machine )
213
- [ ![ npm version] ( https://img.shields.io/npm/v/mcp-wayback-machine.svg )] ( https://www.npmjs.com/package/mcp-wayback-machine )
214
- [ ![ npm downloads] ( https://img.shields.io/npm/dm/mcp-wayback-machine.svg )] ( https://www.npmjs.com/package/mcp-wayback-machine )
215
-
216
- Archive and retrieve web pages using the Internet Archive's Wayback Machine. No API keys required.
217
-
218
- ### OpenAlex MCP
219
- [ ![ GitHub] ( https://img.shields.io/github/stars/Mearman/mcp-openalex?style=social )] ( https://github.com/Mearman/mcp-openalex )
220
- [ ![ npm version] ( https://img.shields.io/npm/v/mcp-openalex.svg )] ( https://www.npmjs.com/package/mcp-openalex )
221
- [ ![ npm downloads] ( https://img.shields.io/npm/dm/mcp-openalex.svg )] ( https://www.npmjs.com/package/mcp-openalex )
222
-
223
- Access scholarly articles and research data from the OpenAlex database.
224
-
225
- ---
226
-
227
- * Building an MCP server? [ Use this template] ( https://github.com/Mearman/mcp-template/generate ) and add your server to this list!*
227
+ - [ Creating MCP Servers Guide] ( https://modelcontextprotocol.io/tutorials/building-servers )
0 commit comments