Skip to content

Commit 131c550

Browse files
committed
docs: move MCP servers showcase section higher in README
- Move servers list right after features section for better visibility - Remove duplicate section from bottom of README - Makes it easier for users to see real examples early
1 parent 18c2ea9 commit 131c550

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ A template repository for building Model Context Protocol (MCP) servers with Typ
1313
- 🛠️ Development tools: Biome for linting/formatting, Husky for Git hooks
1414
- 🎯 Pre-configured for MCP server development
1515

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+
1638
## Quick Start
1739

1840
### Using GitHub Template
@@ -202,26 +224,4 @@ Contributions are welcome! Please read our contributing guidelines and submit pu
202224

203225
- [Model Context Protocol Documentation](https://modelcontextprotocol.io)
204226
- [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

Comments
 (0)