Skip to content

Commit 18c2ea9

Browse files
committed
docs: add showcase of MCP servers built with template
- Add section showcasing MCP servers using this template - Include Wayback Machine MCP and OpenAlex MCP - Add GitHub stars, npm version, and download badges - Encourage others to add their servers to the list
1 parent 5ff71e5 commit 18c2ea9

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,26 @@ Contributions are welcome! Please read our contributing guidelines and submit pu
202202

203203
- [Model Context Protocol Documentation](https://modelcontextprotocol.io)
204204
- [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk)
205-
- [Creating MCP Servers Guide](https://modelcontextprotocol.io/tutorials/building-servers)
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!*

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@
1515
"prepare": "husky",
1616
"start": "node dist/index.js"
1717
},
18-
"keywords": [
19-
"mcp",
20-
"model-context-protocol",
21-
"typescript",
22-
"template",
23-
"mcp-server"
24-
],
18+
"keywords": ["mcp", "model-context-protocol", "typescript", "template", "mcp-server"],
2519
"author": "",
2620
"license": "MIT",
2721
"repository": {

0 commit comments

Comments
 (0)